-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
204 lines (144 loc) · 3.51 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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
# Created by https://www.gitignore.io/api/androi,android,intellij
#!! ERROR: androi is undefined. Use list command to see defined gitignore types !!#
### Out with .idea dir, out right ###
.idea/
### Android ###
# Built application files
*.apk
*.aab
*.ap_
# Files for the ART/Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
out/
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
# Android Studio Navigation editor temp files
.navigation/
# Android Studio captures folder
captures/
# Intellij
*.iml
.idea/workspace.xml
.idea/libraries
# Keystore files
*.pepk
### Android Patch ###
gen-external-apklibs
### Intellij ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff:
.idea/workspace.xml
.idea/tasks.xml
.idea/dictionaries
.idea/vcs.xml
.idea/jsLibraryMappings.xml
# Sensitive or high-churn files:
.idea/dataSources.ids
.idea/dataSources.xml
.idea/dataSources.local.xml
.idea/sqlDataSources.xml
.idea/dynamic.xml
.idea/uiDesigner.xml
# Gradle:
.idea/gradle.xml
.idea/libraries
# Mongo Explorer plugin:
.idea/mongoSettings.xml
## File-based project format:
*.iws
## Plugin-specific files:
# IntelliJ
/out/
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
### Intellij Patch ###
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
# *.iml
# modules.xml
# .idea/misc.xml
# *.ipr
*.iml
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
/captures
#
functions/functions/node_modules
functions/functions/lib
# Logs
firecast/logs
firecast/*.log
firecast/npm-debug.log*
firecast/yarn-debug.log*
firecast/yarn-error.log*
firecast/firebase-debug.log*
firecast/firebase-debug.*.log*
# Firebase cache
firecast/firebase/
# Firebase config
# Uncomment this if you'd like others to create their own Firebase project.
# For a team working on the same Firebase project(s), it is recommended to leave
# it commented so all members can deploy to the same project(s) in .firebaserc.
# .firebaserc
# Runtime data
firecast/pids
firecast/*.pid
firecast/*.seed
firecast/*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
firecast/lib-cov
# Coverage directory used by tools like istanbul
firecast/coverage
# nyc test coverage
firecast/nyc_output
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
firecast/grunt
# Bower dependency directory (https://bower.io/)
firecast/bower_components
# node-waf configuration
firecast/lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
firecast/build/Release
# Dependency directories
firecast/node_modules/
# Optional npm cache directory
firecast/npm
# Optional eslint cache
firecast/eslintcache
# Optional REPL history
firecast/node_repl_history
# Output of 'npm pack'
firecast/*.tgz
# Yarn Integrity file
firecast/yarn-integrity
# dotenv environment variables file
firecast/env
firecast/functions/lib/*.js
firecast/functions/**/*.js.map
firecast/functions/!.eslintrc.js
firecast/functions/typings/
firecast/functions/node_modules/
firecast/functions/fir-dev-6f2ad-78a465b4b4ca.json