forked from finos/architecture-as-code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (38 loc) · 918 Bytes
/
.gitignore
File metadata and controls
49 lines (38 loc) · 918 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
.DS_Store
# Sandbox folder for AI agent working files (not for check-in)
/sandbox/
# Docusaurus generated folders
website/translated_docs/
website/build/
website/i18n/
# Yarn build
website/node_modules/
# Generated docs
docs/contributing.md
# We use YARN (but also need package-lock.json for CI)
# website/package-lock.json
/.idea/
# Workspace lockfiles are managed at the repo root
/calm-ai/package-lock.json
/calm-models/package-lock.json
/calm-plugins/vscode/package-lock.json
/calm-widgets/package-lock.json
/calm-hub-ui/package-lock.json
/cli/package-lock.json
/docs/package-lock.json
/experimental/calm-explorer/package-lock.json
/shared/package-lock.json
**/.vscode**/
node_modules/
**/dist/
**/.vscode-test/
**/out/
*.vsix
**/dependency-check-report/
**/tsconfig.tsbuildinfo
!/.mvn/wrapper/maven-wrapper.jar
coverage/
/cli/test/template-bundles/
.github/chatmodes
.github/agents
shared/test-output/