-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
80 lines (65 loc) · 960 Bytes
/
.gitignore
File metadata and controls
80 lines (65 loc) · 960 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# Node.js dependencies
node_modules/
backend/node_modules/
# Expo
.expo/
dist/
web-build/
# Debug logs
npm-debug.*
# Native build files
*.jks
*.p8
*.p12
*.key
*.mobileprovision
*.orig.*
# macOS
.DS_Store
# TypeScript
*.tsbuildinfo
# Environment variables
backend/.env
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
env.production
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# Android/IntelliJ
build/
.idea
.gradle
local.properties
*.iml
*.hprof
iOS
pods/
*.xcworkspace
# Temporary files
*.log
*.tmp
*.temp
# Expo
expo-env.d.ts
# Miscellaneous
*.bak
*.swp
*.swo
bowser-drivers-firebase-adminsdk-vzxf0-7e871b9a5a.json
bowsers-management-1a1695468aa1.json
# google-services.json
# application/google-services.json
# other files
todo.md
/external
/dumpedData
#Ignore vscode AI rules
.github\copilot-instructions.md
# /backend/src/routes/internal.js