forked from kalviumcommunity/S74_capstone_yogesh_guessync
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
39 lines (34 loc) · 662 Bytes
/
Copy path.gitignore
File metadata and controls
39 lines (34 loc) · 662 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
# ------------------
# Root-level ignores
# ------------------
.DS_Store
.env
*.log
# ------------------
# 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/