-
Notifications
You must be signed in to change notification settings - Fork 62
Expand file tree
/
Copy path.gitignore
More file actions
65 lines (52 loc) · 1.18 KB
/
.gitignore
File metadata and controls
65 lines (52 loc) · 1.18 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
.vscode
.DS_Store
.env
nul
/node_modules/
/ssl/*
!/ssl/.gitkeep
/API/logs/*
/Missions/*
!/Missions/.gitkeep
/private/api/spice/kernels/*
/configure/public/toolConfigs.json
configure/public/toolConfigs.json
/configure/public/componentConfigs.json
#Nested repos where private backend might reside
# Wildcard patterns for backend plugins
/API/*Private-Backend*
/API/*Plugin-Backend*
#Nested repos where private tools might reside
# Wildcard patterns for tool plugins
/src/essence/*Private-Tools*
/src/essence/*Plugin-Tools*
#Nested repos where private components might reside
# Wildcard patterns for component plugins
/src/essence/*Private-Components*
/src/essence/*Plugin-Components*
/src/pre/tools.js
/src/pre/components.js
/spice/kernels/*
!/spice/kernels/.gitkeep
/Missions/spice-kernels-conf.json
!/Missions/spice-kernels-conf.example*json
/build/*
/data/*
*__pycache__
*_ignore*
*_reference
sessions
.terraform/
.terraform.lock.hcl
docker-compose.yml
docker-compose.minimal.yml
docker-compose.env.yml
.mcp.json
.serena
.claude
.playwright-mcp
# Playwright Test Artifacts
/playwright-report/
/test-results/
/.playwright/
#tools