-
-
Notifications
You must be signed in to change notification settings - Fork 941
Expand file tree
/
Copy path.gitignore
More file actions
153 lines (129 loc) · 2.35 KB
/
.gitignore
File metadata and controls
153 lines (129 loc) · 2.35 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
# System
.DS_Store
# Xcode
!**/*.xcodeproj
!**/*.pbxproj
!**/*.xcworkspacedata
!**/*.xcsettings
!**/*.xcscheme
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
project.xcworkspace
# Gradle
/build/
/RNTester/android/app/build/
/RNTester/android/app/gradle/
/RNTester/android/app/gradlew
/RNTester/android/app/gradlew.bat
/ReactAndroid/build/
# Buck
.buckd
buck-out
/ReactAndroid/src/main/jni/prebuilt/lib/armeabi-v7a/
/ReactAndroid/src/main/jni/prebuilt/lib/x86/
/ReactAndroid/src/main/gen
# Watchman
.watchmanconfig
# Android
.idea
.gradle
local.properties
*.iml
# Node
node_modules
*.log
.nvm
/bots/node_modules/
package-lock.json
/example/package-lock.json
/example/yarn.lock
# Yarn
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# Expo
.expo
example/dist
# Turborepo
.turbo/
# Test generated files
/ReactAndroid/src/androidTest/assets/AndroidTestBundle.js
*.js.meta
/coverage
/third-party
# Root dir shouldn't have Xcode project
/*.xcodeproj
# ReactCommon subdir shouldn't have Xcode project
/ReactCommon/**/*.xcodeproj
RNTester/build
# Libs that shouldn't have Xcode project
/Libraries/FBLazyVector/**/*.xcodeproj
/Libraries/FBReactNativeSpec/**/*.xcodeproj
/Libraries/RCTRequired/**/*.xcodeproj
/React/CoreModules/**/*.xcodeproj
/packages/react-native-codegen/**/*.xcodeproj
# Ruby gems/bundle
Gemfile
Gemfile.lock
vendor/
.byebug_history
# CocoaPods
/template/ios/Pods/
/template/ios/Podfile.lock
# Ignore RNTester specific Pods, but keep the __offline_mirrors__ here.
RNTester/Pods/*
!RNTester/Pods/__offline_mirrors
# react-native-codegen
/ReactCommon/fabric/components/rncore/
/schema-rncore.json
# Visual studio
.vscode
.vs
# Project specific
ios/Mapbox.framework
ios/temp.zip
ios/.framework_version
ios/Pods/
ios/RNMBX.xcodeproj/xcshareddata/
android/build/
android/rnmbx/build/
android/.gradle/
android/.idea/
android/android.iml
android/gradle/
android/gradlew
android/gradlew.bat
android/local.properties
reactnativemapboxgl.iml
.idea
coverage
.project
*.core.prefs
*.iml
rnmapbox-maps.tgz
# generated by bob
lib/
# Bot secrets and credentials
scripts/github-bot/.env
scripts/github-bot/*.env
BOT_SETUP.md
**/bot-credentials.json
**/*-token.txt
# typescript
**/tsconfig.tsbuildinfo