-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
85 lines (71 loc) · 1.3 KB
/
Copy path.gitignore
File metadata and controls
85 lines (71 loc) · 1.3 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Generated skill browser catalog (regenerate with npm run build:catalog)
web/public/catalog.json
# Build outputs
dist/
build/
*.tsbuildinfo
*.js
*.js.map
*.d.ts
!templates/**/*.js
!extension/esbuild.js
!extension/media/catalog-fallback/**/*.js
!extension/src/**/*.d.ts
# VS Code extension test/build artifacts
extension/.vscode-test/
extension/out/
extension/media/catalog/
extension/test-workspace/spec.yaml
extension/test-workspace/sources.config.yaml
extension/test-workspace/.gitignore
extension/*.vsix
# Testing
coverage/
.nyc_output/
*.lcov
# IDEs
.vscode/
!extension/.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Environment
.env
.env.local
.env.*.local
# Cache
.cache/
.aistack/cache/
.aistack/manifest.*.json
.aistack/copilot/
.eslintcache
# Logs
logs/
*.log
# OS
Thumbs.db
.DS_Store
# Temporary files
tmp/
temp/
*.tmp
# Lock files (keep package-lock.json, ignore others)
# package-lock.json - keep this
# yarn.lock - keep this
.aistack/lock.yaml - example only, real projects should commit this
# Test fixtures
tests/fixtures/**/node_modules/
tests/fixtures/**/.aistack/cache/
# Ephemeral CLI smoke tests (safe to delete)
.e2e-sandbox/
# Maintainer-only local notes (never commit)
private.md
extension/PUBLISHING.md