Skip to content

Commit e7b465a

Browse files
committed
Use gitignore from latest react-native
1 parent 51fce2a commit e7b465a

File tree

1 file changed

+29
-6
lines changed

1 file changed

+29
-6
lines changed

.gitignore

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
node_modules
2-
3-
# npm
4-
npm-debug.log
5-
61
# OSX
72
#
83
.DS_Store
@@ -25,6 +20,34 @@ DerivedData
2520
*.hmap
2621
*.ipa
2722
*.xcuserstate
23+
project.xcworkspace
2824

29-
# Android Studio
25+
# Android/IntelliJ
26+
#
27+
build/
28+
.idea
29+
.gradle
30+
local.properties
3031
*.iml
32+
33+
# node.js
34+
#
35+
node_modules/
36+
npm-debug.log
37+
38+
# BUCK
39+
buck-out/
40+
\.buckd/
41+
android/app/libs
42+
*.keystore
43+
44+
# fastlane
45+
#
46+
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
47+
# screenshots whenever they are needed.
48+
# For more information about the recommended setup visit:
49+
# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
50+
51+
fastlane/report.xml
52+
fastlane/Preview.html
53+
fastlane/screenshots

0 commit comments

Comments
 (0)