1+ # ## Android template
2+ # Built application files
3+ * .apk
4+ * .ap_
5+
6+ # Files for the ART/Dalvik VM
7+ * .dex
8+
9+ # Java class files
10+ * .class
11+
12+ # Generated files
13+ bin /
14+ gen /
15+ out /
16+
117# Gradle files
2- * .gradle /
3- gradle.properties
18+ .gradle /
419build /
5- build-res /
6- /* /build /
7- * .iml
8- * .idea /
9- * .DS_Store
20+
21+ # Local configuration file (sdk path, etc)
22+ local.properties
23+
24+ # Proguard folder generated by Eclipse
25+ proguard /
26+
27+ # Log Files
1028* .log
11- .qshell
12- * .qshell
29+
30+ # Android Studio Navigation editor temp files
31+ .navigation /
32+
33+ # Android Studio captures folder
34+ captures /
35+
36+ # IntelliJ
37+ * .iml
38+ .idea /workspace.xml
39+ .idea /tasks.xml
40+ .idea /gradle.xml
41+ .idea /dictionaries
42+ .idea /libraries
43+
44+ # Keystore files
45+ # Uncomment the following line if you do not want to check your keystore files in.
46+ # *.jks
47+
48+ # External native build folder generated in Android Studio 2.2 and later
49+ .externalNativeBuild
50+
51+ # Google Services (e.g. APIs or Firebase)
52+ google-services.json
53+
54+ # Freeline
55+ freeline.py
56+ freeline /
57+ freeline_project_description.json
58+
59+ # ## JetBrains template
60+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
61+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
62+
63+ # User-specific stuff:
64+ .idea /** /workspace.xml
65+ .idea /** /tasks.xml
66+
67+ # Sensitive or high-churn files:
68+ .idea /** /dataSources /
69+ .idea /** /dataSources.ids
70+ .idea /** /dataSources.xml
71+ .idea /** /dataSources.local.xml
72+ .idea /** /sqlDataSources.xml
73+ .idea /** /dynamic.xml
74+ .idea /** /uiDesigner.xml
75+
76+ # Gradle:
77+ .idea /** /gradle.xml
78+ .idea /** /libraries
79+
80+ # CMake
81+ cmake-build-debug /
82+ cmake-build-release /
83+
84+ # Mongo Explorer plugin:
85+ .idea /** /mongoSettings.xml
86+
87+ # # File-based project format:
88+ * .iws
89+
90+ # # Plugin-specific files:
91+
92+ # IntelliJ
93+
94+ # mpeltonen/sbt-idea plugin
95+ .idea_modules /
96+
97+ # JIRA plugin
98+ atlassian-ide-plugin.xml
99+
100+ # Cursive Clojure plugin
101+ .idea /replstate.xml
102+
103+ # Crashlytics plugin (for Android Studio and IntelliJ)
104+ com_crashlytics_export_strings.xml
105+ crashlytics.properties
106+ crashlytics-build.properties
107+ fabric.properties
108+
109+ # ## VisualStudioCode template
110+ .vscode /*
111+ ! .vscode /settings.json
112+ ! .vscode /tasks.json
113+ ! .vscode /launch.json
114+ ! .vscode /extensions.json
115+
116+ # ## Xcode template
117+ # Xcode
118+ #
119+ # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
120+
121+ # # User settings
122+ xcuserdata /
123+
124+ # # compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
125+ * .xcscmblueprint
126+ * .xccheckout
127+
128+ # # compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
129+ DerivedData /
130+ * .moved-aside
131+ * .pbxuser
132+ ! default.pbxuser
133+ * .mode1v3
134+ ! default.mode1v3
135+ * .mode2v3
136+ ! default.mode2v3
137+ * .perspectivev3
138+ ! default.perspectivev3
139+
140+ # ## Node template
141+ # Logs
142+ logs
143+ npm-debug.log *
144+ yarn-debug.log *
145+ yarn-error.log *
146+
147+ # Runtime data
148+ pids
149+ * .pid
150+ * .seed
151+ * .pid.lock
152+
153+ # Directory for instrumented libs generated by jscoverage/JSCover
154+ lib-cov
155+
156+ # Coverage directory used by tools like istanbul
157+ coverage
158+
159+ # nyc test coverage
160+ .nyc_output
161+
162+ # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
163+ .grunt
164+
165+ # Bower dependency directory (https://bower.io/)
166+ bower_components
167+
168+ # node-waf configuration
169+ .lock-wscript
170+
171+ # Compiled binary addons (https://nodejs.org/api/addons.html)
172+ build /Release
173+
174+ # Dependency directories
175+ node_modules /
176+ jspm_packages /
177+
178+ # Typescript v1 declaration files
179+ typings /
180+
181+ # Optional npm cache directory
182+ .npm
183+
184+ # Optional eslint cache
185+ .eslintcache
186+
187+ # Optional REPL history
188+ .node_repl_history
189+
190+ # Output of 'npm pack'
191+ * .tgz
192+
193+ # Yarn Integrity file
194+ .yarn-integrity
195+
196+ # dotenv environment variables file
197+ .env
198+
199+ # next.js build output
200+ .next
201+
202+ # ## Customize
203+ package-lock.json
204+ yarn.lock
205+ * .qshell
0 commit comments