-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
122 lines (102 loc) · 1.63 KB
/
.gitignore
File metadata and controls
122 lines (102 loc) · 1.63 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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# Learn more https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files
# dependencies
node_modules/
package-lock.json
yarn.lock
# Expo
.expo/
dist/
web-build/
expo-env.d.ts
# Native
*.orig.*
*.jks
*.p8
*.p12
*.key
*.mobileprovision
# Metro
.metro-health-check*
# debug
npm-debug.*
yarn-debug.*
yarn-error.*
# macOS
.DS_Store
*.pem
# local env files
.env*.local
.env
.env.production
.env.development
# typescript
*.tsbuildinfo
# iOS build files
ios/build/
ios/Pods/
ios/.xcode.env.local
ios/SleepDetector.xcworkspace/xcuserdata/
ios/SleepDetector.xcodeproj/xcuserdata/
ios/SleepDetector.xcodeproj/project.xcworkspace/xcuserdata/
ios/DerivedData/
# Android build files (if ever added)
android/build/
android/app/build/
# Generated and temporary development files
validate-dark-mode.js
DARK_MODE_COMPLETE.md
*COMPLETE.md
*IMPLEMENTATION_REPORT.md
*TESTING_GUIDE.md
test-*.sh
*test*.sh
*.test.js
*.test.ts
# Build scripts and temporary files
build-deploy.sh
*.tmp
*.temp
# Generated screenshot files (keep only the main assets)
*.png
!assets/icon.png
!assets/adaptive-icon.png
!assets/splash.png
!assets/splash-icon.png
!assets/favicon.png
# Keep app store screenshots but not generated ones
!assets/app-store-screenshots/*.png
screenshots/
generated-screenshots/
manual-test.png
# Logs
*.log
logs/
.expo/*.log
# Editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
Thumbs.db
ehthumbs.db
Desktop.ini
# Development and testing files
coverage/
.nyc_output/
junit.xml
test-results/
# Cache directories
.cache/
.parcel-cache/
.next/
.nuxt/
# Build and deployment files
build/
dist-build/
*.ipa
*.apk
*.aab
# EAS Build
.easignore