File tree Expand file tree Collapse file tree 4 files changed +24
-96
lines changed Expand file tree Collapse file tree 4 files changed +24
-96
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ DerivedData
2020* .hmap
2121* .ipa
2222* .xcuserstate
23- project.xcworkspace
23+ ios / .xcode.env.local
2424
2525# Android/IntelliJ
2626#
@@ -29,25 +29,39 @@ build/
2929.gradle
3030local.properties
3131* .iml
32+ * .hprof
33+ .cxx /
34+ * .keystore
35+ ! debug.keystore
3236
3337# node.js
3438#
3539node_modules /
3640npm-debug.log
3741yarn-error.log
3842
39- # BUCK
40- buck-out /
41- \. buckd /
42- * .keystore
43-
4443# fastlane
4544#
4645# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
4746# screenshots whenever they are needed.
4847# For more information about the recommended setup visit:
49- # https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
48+ # https://docs.fastlane.tools/best-practices/source-control/
49+
50+ ** /fastlane /report.xml
51+ ** /fastlane /Preview.html
52+ ** /fastlane /screenshots
53+ ** /fastlane /test_output
54+
55+ # Bundle artifact
56+ * .jsbundle
57+
58+ # Ruby / CocoaPods
59+ /ios /Pods /
60+ /vendor /bundle /
61+
62+ # Temporary files created by Metro to check the health of the file watcher
63+ .metro-health-check *
64+
65+ /dist
66+ ! /dist /.gitkeep
5067
51- fastlane /report.xml
52- fastlane /Preview.html
53- fastlane /screenshots
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments