-
Notifications
You must be signed in to change notification settings - Fork 46
/
.gitignore
137 lines (105 loc) · 2.54 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
WebApp/.firebase*
WebApp/node_modules
WebApp/.pnp
WebApp/.pnp.js
# testing
WebApp/coverage
# production
WebApp/build
# misc
WebApp/.DS_Store
WebApp/.env.local
WebApp/.env.development.local
WebApp/.env.test.local
WebApp/.env.production.local
WebApp/npm-debug.log*
WebApp/yarn-debug.log*
WebApp/yarn-error.log*
# OSX
#
MobileApp/.DS_Store
#google-json
MobileApp/android/app/google-services.json
MobileApp/android/app/debug.keystore
MobileApp/android/app/my-upload-key.keystore
MobileApp/android/app/build
MobileApp/android/local.properties
MobileApp/android/gradle.properties
MobileApp/package-lock.json
MobileApp/android/*.iml
MobileApp/android/.idea
#.idea/workspace.xml - remove # and delete .idea if it better suit your needs.
MobileApp/android/.gradle
MobileApp/android/build/
MobileApp/android/.navigation
MobileApp/android/captures/
MobileApp/android/output.json
#NDK
MobileApp/android/obj/
MobileApp/android/.externalNativeBuild
MobileApp/src/config/config.js
MobileApp/android/*.apk
MobileApp/android/*.ap_
# files for the dex VM
MobileApp/android/*.dex
# Java class files
MobileApp/android/*.class
# generated files
MobileApp/android/bin/
MobileApp/android/gen/
# Local configuration file (sdk path, etc)
MobileApp/android/local.properties
# Windows thumbnail db
MobileApp/android/Thumbs.db
# OSX files
MobileApp/android/.DS_Store
# Xcode
#
MobileApp/build/
MobileApp/*.pbxuser
MobileApp/!default.pbxuser
MobileApp/*.mode1v3
MobileApp/!default.mode1v3
MobileApp/*.mode2v3
MobileApp/!default.mode2v3
MobileApp/*.perspectivev3
MobileApp/!default.perspectivev3
MobileApp/xcuserdata
MobileApp/*.xccheckout
MobileApp/*.moved-aside
MobileApp/DerivedData
MobileApp/*.hmap
MobileApp/*.ipa
MobileApp/*.xcuserstate
# Android/IntelliJ
#
MobileApp/build/
MobileApp/.idea
MobileApp/.gradle
MobileApp/local.properties
MobileApp/*.iml
# node.js
#
MobileApp/node_modules/
MobileApp/npm-debug.log
MobileApp/yarn-error.log
# BUCK
MobileApp/buck-out/
MobileApp/.buckd/
MobileApp/android/app/*.keystore
MobileApp/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/
MobileApp/*/fastlane/report.xml
MobileApp/*/fastlane/Preview.html
MobileApp/*/fastlane/screenshots
# Bundle artifact
MobileApp/*.jsbundle
# CocoaPods
MobileApp/ios/Pods/