-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (53 loc) · 804 Bytes
/
.gitignore
File metadata and controls
63 lines (53 loc) · 804 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
56
57
58
59
60
61
62
63
# dependencies
node_modules/
.pnpm-store/
# build output
dist/
coverage/
# env - NEVER commit actual environment files
.env
.env.local
.env.prod
.env.production
.env.staging
.env.development
.env.*.local
.env.clients.json
apps/**/.env
apps/**/.env.local
apps/**/.env.prod
apps/**/.env.production
apps/**/.env.staging
packages/**/.env
packages/**/.env.local
packages/**/.env.prod
.config
# secrets and keys - NEVER commit these
*.pem
*.key
*.p12
*.pfx
*.jks
*.keystore
secrets.json
credentials.json
service-account*.json
*-credentials.json
*-secrets.json
# editor
.vscode/
.idea/
# macOS
.DS_Store
# certs
certs/*
!certs/.gitkeep
# logs
*.log
# claude
.claude/
# docker - exclude production compose (contains env-specific config)
docker-compose.prod.yml
caddyfile.prod
# misc
apps/**/corex.yaml