-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (50 loc) · 731 Bytes
/
Copy path.gitignore
File metadata and controls
55 lines (50 loc) · 731 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
50
51
52
53
54
55
# 1. Dependencies & Build Artifacts
node_modules/
**/node_modules/
dist/
**/dist/
dev-dist/
**/dev-dist/
.vite/
**/.vite/
.pwa-assets/
docs/.vitepress/dist/
docs/.vitepress/cache/
docs/.vitepress/ssr-cache/
# 2. Environment & Secrets (STRICT - DO NOT COMMIT)
.env
.env.*
!.env.example
.secrets
.dev.vars
.demo.vars
*.pem
*.key
*.cert
# 3. Database & Local Data
*.db
*.db-journal
*.db-shm
*.db-wal
**/*.db*
# 4. Developer Tools & IDEs
.DS_Store
.vscode/
.idea/
.wrangler/
**/.wrangler/
.devcontainer/
# 5. Testing Framework Caches (NOT tests/)
.test/
coverage/
playwright-report/
# 6. Agentic AI & Local Scripts
.antigravity
.gemini/
.agent/
.agents/
.act/
.actrc
.event
.example/
# .example is for local demonstration configs