-
-
Notifications
You must be signed in to change notification settings - Fork 651
/
.gitignore
99 lines (80 loc) · 1.83 KB
/
.gitignore
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# OSX
#
.DS_Store
# Xcode
#
# Changed from just build/ in the RN template app.
ios/build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
# Android/IJ
#
*.iml
android/.idea/*
!android/.idea/vcs.xml
!android/.idea/codeStyles/
.gradle
local.properties
# Changed from just build/ (under "Xcode") in the RN template app.
android/app/build/
android/build/
### ^
### The portion of this file above this line comes from RN upstream's
### template. We leave that part unchanged as much as we can, to help
### keep upgrades easy.
###
# Each pattern should have a leading slash, unless it really is meant to
# apply relative to any subdirectory as well as the root.
#
# (The gitignore semantics are a bit subtle; a slash in the middle suffices,
# but we add a leading slash then too to make it clear. EIBTI.)
# Yarn
/yarn-error.log
/node_modules/
# VS Code: default Java extension
/android/.project
/android/.settings/
/android/app/.project
# VS Code: debugger
/.vscode/.react/
# Coverage tools in our package.json scripts
/coverage/
/flow-coverage/
# Test files
/pirlo-cli
# CocoaPods
/ios/Pods
# Expo
.expo/
# Android release builds
*.keystore
*.keystore.gpg
*.keystore.pgp
/android/release-keystore.properties
# Intermediate directories for webview assets
/ios/webview
# /android/app/build/... is already covered above
# Sentry config, with auth token for uploading a new release's sourcemap
/android/sentry.properties
/ios/sentry.properties
# Generated for uploading to the Play Store, separate from any app version
/zulip-icon-google-play.png
# fastlane
# See: https://docs.fastlane.tools/best-practices/source-control/
/fastlane/report.xml
/fastlane/Preview.html
/fastlane/screenshots
/fastlane/test_output