-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
34 lines (29 loc) · 1.2 KB
/
Copy path.gitignore
File metadata and controls
34 lines (29 loc) · 1.2 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
# ── Dependencies ──────────────────────────────────────────────
node_modules/
# ── Build output ──────────────────────────────────────────────
dist/
web-build/
coverage/
ios/
android/
# ── Environment / secrets ─────────────────────────────────────
.env
.env.local
.env.*.local
*.local
# Keep the key-free templates tracked so contributors have a starting point.
!.env.example
!**/.env.example
# ── Editor / OS ───────────────────────────────────────────────
.DS_Store
*.log
# ── Expo ──────────────────────────────────────────────────────
.expo/
expo-env.d.ts
# ── Archive artifacts (never commit zips) ─────────────────────
*.zip
backup.zip
frontend.zip
mobile.zip
mobile-frontend.zip
backend.zip