File tree 2 files changed +39
-30
lines changed
2 files changed +39
-30
lines changed Original file line number Diff line number Diff line change 2
2
#
3
3
.DS_Store
4
4
5
- # XDE
6
- .expo /
7
-
8
- # VSCode
9
- .vscode /
10
- jsconfig.json
11
-
12
5
# Xcode
13
6
#
14
7
build /
@@ -27,38 +20,55 @@ DerivedData
27
20
* .hmap
28
21
* .ipa
29
22
* .xcuserstate
30
- project.xcworkspace
23
+ ** / .xcode.env.local
31
24
32
- # Android/IJ
25
+ # Android/IntelliJ
33
26
#
34
- .classpath
35
- .cxx
36
- .gradle
27
+ build /
37
28
.idea
38
- .project
39
- .settings
29
+ .gradle
40
30
local.properties
41
- android .iml
42
-
43
- # Cocoapods
44
- #
45
- example / ios / Pods
31
+ * .iml
32
+ * .hprof
33
+ .cxx /
34
+ * .keystore
35
+ ! debug.keystore
46
36
47
37
# node.js
48
38
#
49
39
node_modules /
50
40
npm-debug.log
51
- yarn-debug.log
52
41
yarn-error.log
53
42
54
- # BUCK
55
- buck-out /
56
- \. buckd /
57
- android /app /libs
58
- android /keystores /debug.keystore
43
+ # fastlane
44
+ #
45
+ # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
46
+ # screenshots whenever they are needed.
47
+ # For more information about the recommended setup visit:
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
+ ** /Pods /
60
+ /vendor /bundle /
61
+
62
+ # Temporary files created by Metro to check the health of the file watcher
63
+ .metro-health-check *
59
64
60
- # Expo
61
- .expo / *
65
+ # testing
66
+ / coverage
62
67
63
- # generated by bob
64
- lib /
68
+ # Yarn
69
+ .yarn /*
70
+ ! .yarn /patches
71
+ ! .yarn /plugins
72
+ ! .yarn /releases
73
+ ! .yarn /sdks
74
+ ! .yarn /versions
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments