Skip to content

Commit 37677a7

Browse files
committed
Update .gitignore
1 parent 98d6a24 commit 37677a7

File tree

1 file changed

+27
-33
lines changed

1 file changed

+27
-33
lines changed

.gitignore

Lines changed: 27 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
# OSX
2+
#
3+
.DS_Store
4+
15
# Xcode
2-
!**/*.xcodeproj
3-
!**/*.pbxproj
4-
!**/*.xcworkspacedata
5-
!**/*.xcsettings
6-
!**/*.xcscheme
6+
#
7+
build/
78
*.pbxuser
89
!default.pbxuser
910
*.mode1v3
@@ -21,39 +22,32 @@ DerivedData
2122
*.xcuserstate
2223
project.xcworkspace
2324

24-
# Gradle
25-
/build/
26-
/RNTester/android/app/build/
27-
/RNTester/android/app/gradle/
28-
/RNTester/android/app/gradlew
29-
/RNTester/android/app/gradlew.bat
30-
/ReactAndroid/build/
31-
32-
# Buck
33-
.buckd
34-
buck-out
35-
/ReactAndroid/src/main/jni/prebuilt/lib/armeabi-v7a/
36-
/ReactAndroid/src/main/jni/prebuilt/lib/x86/
37-
/ReactAndroid/src/main/gen
38-
39-
# Android
25+
# Android/IntelliJ
26+
#
27+
build/
4028
.idea
4129
.gradle
4230
local.properties
4331
*.iml
44-
/android/
4532

46-
# Node
47-
node_modules
48-
*.log
49-
.nvm
33+
# node.js
34+
#
35+
node_modules/
36+
npm-debug.log
37+
yarn-error.log
5038

51-
# OS X
52-
.DS_Store
39+
# BUCK
40+
buck-out/
41+
\.buckd/
42+
*.keystore
5343

54-
# Test generated files
55-
/ReactAndroid/src/androidTest/assets/AndroidTestBundle.js
56-
*.js.meta
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
5750

58-
/coverage
59-
/third-party
51+
fastlane/report.xml
52+
fastlane/Preview.html
53+
fastlane/screenshots

0 commit comments

Comments
 (0)