1- # OSX
2- #
3- .DS_Store
1+ # Created by https://www.gitignore.io/api/reactnative
2+
3+ # ## ReactNative ###
4+ # React Native Stack Base
5+ # ## ReactNative.Android Stack ###
6+ # Built application files
7+ * .apk
8+ * .ap_
9+
10+ # Files for the ART/Dalvik VM
11+ * .dex
12+
13+ # Java class files
14+ * .class
15+
16+ # Generated files
17+ bin /
18+ gen /
19+ out /
20+
21+ # Gradle files
22+ .gradle /
23+ build /
24+
25+ # Local configuration file (sdk path, etc)
26+ local.properties
27+
28+ # Proguard folder generated by Eclipse
29+ proguard /
30+
31+ # Log Files
32+ * .log
33+
34+ # Android Studio Navigation editor temp files
35+ .navigation /
36+
37+ # Android Studio captures folder
38+ captures /
39+
40+ # Intellij
41+ * .iml
42+ .idea
43+
44+ # External native build folder generated in Android Studio 2.2 and later
45+ .externalNativeBuild
46+
47+ # Freeline
48+ freeline.py
49+ freeline /
50+ freeline_project_description.json
51+
52+ # ## ReactNative.macOS Stack ###
53+ * .DS_Store
54+ .AppleDouble
55+ .LSOverride
56+
57+ # Icon must end with two \r
58+ Icon
59+
60+
61+ # Thumbnails
62+ ._ *
63+
64+ # Files that might appear in the root of a volume
65+ .DocumentRevisions-V100
66+ .fseventsd
67+ .Spotlight-V100
68+ .TemporaryItems
69+ .Trashes
70+ .VolumeIcon.icns
71+ .com.apple.timemachine.donotpresent
72+
73+ # Directories potentially created on remote AFP share
74+ .AppleDB
75+ .AppleDesktop
76+ Network Trash Folder
77+ Temporary Items
78+ .apdisk
79+
80+ # ## ReactNative.Buck Stack ###
81+ buck-out /
82+ .buckconfig.local
83+ .buckd /
84+ .buckversion
85+ .fakebuckversion
86+
87+ # ## ReactNative.Node Stack ###
88+ # Logs
89+ logs
90+ npm-debug.log *
91+ yarn-debug.log *
92+ yarn-error.log *
93+
94+ # Runtime data
95+ pids
96+ * .pid
97+ * .seed
98+ * .pid.lock
99+
100+ # Directory for instrumented libs generated by jscoverage/JSCover
101+ lib-cov
102+
103+ # Coverage directory used by tools like istanbul
104+ coverage
105+
106+ # nyc test coverage
107+ .nyc_output
108+
109+ # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
110+ .grunt
111+
112+ # Bower dependency directory (https://bower.io/)
113+ bower_components
114+
115+ # node-waf configuration
116+ .lock-wscript
117+
118+ # Compiled binary addons (http://nodejs.org/api/addons.html)
119+ build /Release
4120
121+ # Dependency directories
122+ node_modules /
123+ jspm_packages /
124+
125+ # Typescript v1 declaration files
126+ typings /
127+
128+ # Optional npm cache directory
129+ .npm
130+
131+ # Optional eslint cache
132+ .eslintcache
133+
134+ # Optional REPL history
135+ .node_repl_history
136+
137+ # Output of 'npm pack'
138+ * .tgz
139+
140+ # Yarn Integrity file
141+ .yarn-integrity
142+
143+ # dotenv environment variables file
144+ .env
145+
146+
147+ # ## ReactNative.Gradle Stack ###
148+ .gradle
149+ ** /build /
150+
151+ # Ignore Gradle GUI config
152+ gradle-app.setting
153+
154+ # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
155+ ! gradle-wrapper.jar
156+
157+ # Cache of project
158+ .gradletasknamecache
159+
160+ # # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
161+ # gradle/wrapper/gradle-wrapper.properties
162+
163+ # ## ReactNative.Xcode Stack ###
5164# Xcode
6165#
7- build /
166+ # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
167+
168+ # # Build generated
169+ DerivedData /
170+
171+ # # Various settings
8172* .pbxuser
9173! default.pbxuser
10174* .mode1v3
@@ -13,49 +177,27 @@ build/
13177! default.mode2v3
14178* .perspectivev3
15179! default.perspectivev3
16- xcuserdata
17- * .xccheckout
180+ xcuserdata /
181+
182+ # # Other
18183* .moved-aside
19- DerivedData
20- * .hmap
21- * .ipa
22- * .xcuserstate
23- project.xcworkspace
184+ * .xccheckout
185+ * .xcscmblueprint
24186
25- # Android/IntelliJ
26- #
27- build /
28- .idea
29- .gradle
30- local.properties
31- * .iml
187+ # ## ReactNative.Linux Stack ###
188+ * ~
32189
33- # node.js
34- #
35- node_modules /
36- npm-debug.log
37- yarn-error.log
190+ # temporary files which can be created if a process still has a handle open of a deleted file
191+ .fuse_hidden *
38192
39- # BUCK
40- buck-out /
41- \. buckd /
42- * .keystore
193+ # KDE directory preferences
194+ .directory
43195
44- <<<<<<< HEAD
45- # fastlane
46- #
47- # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
48- # screenshots whenever they are needed.
49- # For more information about the recommended setup visit:
50- # https://docs.fastlane.tools/best-practices/source-control/
51- =======
52- # Miscellaneous
53- MISC /
54- >>>>>>> origin /GlobalNavBar
55-
56- * /fastlane /report.xml
57- * /fastlane /Preview.html
58- * /fastlane /screenshots
59-
60- # Bundle artifact
61- * .jsbundle
196+ # Linux trash folder which might appear on any partition or disk
197+ .Trash- *
198+
199+ # .nfs files are created when an open file is removed but is still being accessed
200+ .nfs *
201+
202+
203+ # End of https://www.gitignore.io/api/reactnative
0 commit comments