-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
31 lines (27 loc) · 1.15 KB
/
Copy path.gitignore
File metadata and controls
31 lines (27 loc) · 1.15 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
# ── Java/Maven ────────────────────────────────────────────────
target/
*.class
*.jar
!mobile/android/gradle/wrapper/gradle-wrapper.jar
*.war
# ── Secrets (NEVER commit these) ──────────────────────────────
.env
.env.production
backend/src/main/resources/firebase-adminsdk.json
backend/src/main/resources/google-services.json
*.p12
*.jks
# ── IDE ───────────────────────────────────────────────────────
.idea/
*.iml
.vscode/
*.swp
# ── Node / Expo ───────────────────────────────────────────────
mobile/node_modules/
mobile/.expo/
mobile/android/.gradle/
mobile/android/build/
mobile/android/app/build/
# ── OS ───────────────────────────────────────────────────────
.DS_Store
Thumbs.db