-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (42 loc) · 771 Bytes
/
Copy path.gitignore
File metadata and controls
47 lines (42 loc) · 771 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
# ------------------
# Root-level ignores
# ------------------
.DS_Store
.env
.env.local
.env.production
.env.development
*.log
RENDER_ENV_VARS.md
*.pem
*.key
*-key.json
firebase-adminsdk*.json
# ------------------
# Client ignores
# ------------------
client/node_modules/
client/config/firebase.js
client/dist/
client/.vite/
client/.env
client/.env.local
client/.DS_Store
# Vite & build cache
client/.cache/
client/.parcel-cache/
client/build/
client/.eslintcache
# Editor/IDE folders -optional but useful
client/.vscode/
client/.idea/
# ------------------
# Server ignores
# ------------------
server/node_modules/
server/.env
server/config/firebase/firebase-adminsdk.json
server/.DS_Store
# Editor/IDE folders (optional but useful)
server/.vscode/
server/.idea/