Commit fba3295 1 parent 13d213e commit fba3295 Copy full SHA for fba3295
File tree 1 file changed +60
-0
lines changed
1 file changed +60
-0
lines changed Original file line number Diff line number Diff line change
1
+ # OSX
2
+ #
3
+ .DS_Store
4
+
5
+ # Xcode
6
+ #
7
+ build /
8
+ * .pbxuser
9
+ ! default.pbxuser
10
+ * .mode1v3
11
+ ! default.mode1v3
12
+ * .mode2v3
13
+ ! default.mode2v3
14
+ * .perspectivev3
15
+ ! default.perspectivev3
16
+ xcuserdata
17
+ * .xccheckout
18
+ * .moved-aside
19
+ DerivedData
20
+ * .hmap
21
+ * .ipa
22
+ * .xcuserstate
23
+ project.xcworkspace
24
+
25
+ # Android/IntelliJ
26
+ #
27
+ build /
28
+ .idea
29
+ .gradle
30
+ local.properties
31
+ * .iml
32
+
33
+ # node.js
34
+ #
35
+ node_modules /
36
+ npm-debug.log
37
+ yarn-error.log
38
+
39
+ # BUCK
40
+ buck-out /
41
+ \. buckd /
42
+ * .keystore
43
+
44
+ # TESTS
45
+ __tests__ /__coverage__ /
46
+ coverage /
47
+ flow-typed /
48
+
49
+ # fastlane
50
+ #
51
+ # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
52
+ # screenshots whenever they are needed.
53
+ # For more information about the recommended setup visit:
54
+ # https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
55
+
56
+ fastlane /report.xml
57
+ fastlane /Preview.html
58
+ fastlane /screenshots
59
+
60
+ lib /
You can’t perform that action at this time.
0 commit comments