-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
110 lines (90 loc) · 1.44 KB
/
.gitignore
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
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
*.pid
*.seed
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
*.lcov
# macOS
.DS_Store
# Android
*.apk
*.ap_
*.aab
/build/
!android/app/src/main/assets/index.android.bundle
# iOS
*.xcworkspace
*.xcuserdata
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
*.ios.jsbundle
*.pbxproj
ios/build/
ios/Pods/
ios/Podfile.lock
# Gradle
.gradle
/local.properties
# Keystore files
*.jks
*.keystore
*.key
*.properties
# Node.js dependencies
/node_modules
/npm-debug.log*
/yarn-error.log*
# Metro bundler
.expo
.expo-shared
.expo-source-maps
/bundles
# Fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
# Watchman
.watchmanconfig
# React Native
.expo/*
android/app/build/
ios/build/
ios/Pods/
android/.gradle
android/app/release
android/app/debug
android/app/src/debug/assets/index.android.bundle
android/app/src/main/assets/shell-app.bundle
android/app/src/main/assets/ExpoKitAssets.bundle
# Env files
.env
.env.*
.env.local
# Package files
package-lock.json
yarn.lock
# Haste
*.swp
.idea/
.vscode/
# Testing
/coverage/
jest-html-reporters-*.html
coverage-final.json
jest-test-results.json
# Miscellaneous
*.tgsession
*.tgconfig
# @generated expo-cli sync-2b81b286409207a5da26e14c78851eb30d8ccbdb
# The following patterns were generated by expo-cli
expo-env.d.ts
# @end expo-cli