-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
60 lines (52 loc) · 1.21 KB
/
.gitignore
File metadata and controls
60 lines (52 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
**/node_modules/
**/npm-debug.log
**/yarn-error.log
**/build/
packages/web/build/
**/dist
# OSX
#
.DS_Store
# Xcode
#
packages/app/build/
packages/app/*.pbxuser
packages/app/!default.pbxuser
packages/app/*.mode1v3
packages/app/!default.mode1v3
packages/app/*.mode2v3
packages/app/!default.mode2v3
packages/app/*.perspectivev3
packages/app/!default.perspectivev3
packages/app/xcuserdata
packages/app/*.xccheckout
packages/app/*.moved-aside
packages/app/DerivedData
packages/app/*.hmap
packages/app/*.ipa
packages/app/*.xcuserstate
# Android/IntelliJ
#
packages/app/build/
packages/app/.idea
packages/app/.gradle
packages/app/local.properties
packages/app/*.iml
# BUCK
packages/app/buck-out/
packages/app/\.buckd/
packages/app/*.keystore
packages/app/!debug.keystore
# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/
packages/app/*/fastlane/report.xml
packages/app/*/fastlane/Preview.html
packages/app/*/fastlane/screenshots
# Bundle artifact
packages/app/*.jsbundle
# CocoaPods
packages/app/ios/Pods/