-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
121 lines (113 loc) · 1.78 KB
/
Copy path.gitignore
File metadata and controls
121 lines (113 loc) · 1.78 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
# ============================================================
# Frontend-Exhibit — strict public-repo .gitignore
# Anything matching below must NEVER be committed.
# ============================================================
# --- Secrets, credentials & environment ---------------------
.env
.env.*
!.env.example
*.pem
*.key
*.p12
*.pfx
*.crt
*.jks
*.keystore
credentials.json
service-account*.json
secrets.*
*.secret
.netrc
.npmrc
.yarnrc
.pypirc
auth.json
token.txt
*.token
# --- AI / LLM development caches & agent state --------------
.claude/
.claude-*
CLAUDE.md
CLAUDE.local.md
.cursor/
.cursorrules.local
.aider*
.copilot/
.github-copilot/
.codeium/
.continue/
.windsurf/
.ollama/
.openai/
.anthropic/
*.agent-cache
.mcp.local.json
# --- Dependencies & package managers ------------------------
node_modules/
bower_components/
jspm_packages/
.pnp/
.pnp.js
.yarn/cache/
.yarn/unplugged/
vendor/
# --- Build output & bundler caches ---------------------------
dist/
build/
out/
.output/
.next/
.nuxt/
.svelte-kit/
.astro/
.vite/
.parcel-cache/
.turbo/
.cache/
coverage/
*.tsbuildinfo
# --- IDE & editor settings -----------------------------------
.vscode/
!.vscode/extensions.json
.idea/
*.iml
*.sublime-workspace
*.sublime-project
.fleet/
.zed/
*.code-workspace
# --- OS junk --------------------------------------------------
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
# --- Logs, dumps & temp ---------------------------------------
*.log
logs/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
*.tmp
*.temp
*.swp
*.swo
*~
.eslintcache
.stylelintcache
# --- Local tooling state ---------------------------------------
.wrangler/
.vercel/
.netlify/
.firebase/
.serverless/
.terraform/
*.tfstate
*.tfstate.*
prompts.md