1+
2+ # Created by https://www.gitignore.io/api/macos,android,intellij+iml,androidstudio
3+ # Edit at https://www.gitignore.io/?templates=macos,android,intellij+iml,androidstudio
4+
5+ # ## Android ###
6+ # Built application files
7+ * .apk
8+ * .ap_
9+ * .aab
10+
11+ # Files for the ART/Dalvik VM
12+ * .dex
13+
14+ # Java class files
15+ * .class
16+
17+ # Generated files
18+ bin /
19+ gen /
20+ out /
21+
22+ # Gradle files
123.gradle /
2- .idea /*
3- ! .idea /codeStyle
424build /
25+
26+ # Local configuration file (sdk path, etc)
27+ local.properties
28+
29+ # Proguard folder generated by Eclipse
30+ proguard /
31+
32+ # Log Files
33+ * .log
34+
35+ # Android Studio Navigation editor temp files
36+ .navigation /
37+
38+ # Android Studio captures folder
39+ captures /
40+
41+ # IntelliJ
542* .iml
6- local.properties
43+ .idea /*
44+
45+ # Keystore files
46+ # Uncomment the following lines if you do not want to check your keystore files in.
47+ # *.jks
48+ # *.keystore
49+
50+ # External native build folder generated in Android Studio 2.2 and later
51+ .externalNativeBuild
52+
53+ # Google Services (e.g. APIs or Firebase)
54+ google-services.json
55+
56+ # Freeline
57+ freeline.py
58+ freeline /
59+ freeline_project_description.json
60+
61+ # fastlane
62+ fastlane /report.xml
63+ fastlane /Preview.html
64+ fastlane /screenshots
65+ fastlane /test_output
66+ fastlane /readme.md
67+
68+ # ## Android Patch ###
69+ gen-external-apklibs
70+
71+ # ## AndroidStudio ###
72+ # Covers files to be ignored for android development using Android Studio.
73+
74+ # Built application files
75+
76+ # Files for the ART/Dalvik VM
77+
78+ # Java class files
79+
80+ # Generated files
81+
82+ # Gradle files
83+ .gradle
84+
85+ # Signing files
86+ .signing /
87+
88+ # Local configuration file (sdk path, etc)
89+
90+ # Proguard folder generated by Eclipse
91+
92+ # Log Files
93+
94+ # Android Studio
95+ /* /build /
96+ /* /local.properties
97+ /* /out
98+ /* /* /build
99+ /* /* /production
100+ * .ipr
101+ * ~
102+ * .swp
103+
104+ # Android Patch
105+
106+ # External native build folder generated in Android Studio 2.2 and later
107+
108+ # NDK
109+ obj /
110+
111+ # IntelliJ IDEA
112+ * .iws
113+ /out /
114+
115+ # User-specific configurations
116+ .idea /caches /
117+ .idea /libraries /
118+ .idea /shelf /
119+ .idea /.name
120+ .idea /compiler.xml
121+ .idea /copyright /profiles_settings.xml
122+ .idea /encodings.xml
123+ .idea /misc.xml
124+ .idea /modules.xml
125+ .idea /scopes /scope_settings.xml
126+ .idea /vcs.xml
127+ .idea /jsLibraryMappings.xml
128+ .idea /datasources.xml
129+ .idea /dataSources.ids
130+ .idea /sqlDataSources.xml
131+ .idea /dynamic.xml
132+ .idea /uiDesigner.xml
133+
134+ # OS-specific files
135+ .DS_Store
136+ .DS_Store ?
137+ ._ *
138+ .Spotlight-V100
139+ .Trashes
140+ ehthumbs.db
141+ Thumbs.db
142+
143+ # Legacy Eclipse project files
144+ .classpath
145+ .project
146+ .cproject
147+ .settings /
148+
149+ # Mobile Tools for Java (J2ME)
150+ .mtj.tmp /
151+
152+ # Package Files #
153+ * .war
154+ * .ear
155+
156+ # virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml)
157+ hs_err_pid *
158+
159+ # # Plugin-specific files:
160+
161+ # mpeltonen/sbt-idea plugin
162+ .idea_modules /
163+
164+ # JIRA plugin
165+ atlassian-ide-plugin.xml
166+
167+ # Mongo Explorer plugin
168+ .idea /mongoSettings.xml
169+
170+ # Crashlytics plugin (for Android Studio and IntelliJ)
171+ com_crashlytics_export_strings.xml
172+ crashlytics.properties
173+ crashlytics-build.properties
174+ fabric.properties
175+
176+ # ## AndroidStudio Patch ###
177+
178+ ! /gradle /wrapper /gradle-wrapper.jar
179+
180+ # ## Intellij+iml ###
181+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
182+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
183+
184+ # User-specific stuff
185+ .idea /** /workspace.xml
186+ .idea /** /tasks.xml
187+ .idea /** /usage.statistics.xml
188+ .idea /** /dictionaries
189+ .idea /** /shelf
190+
191+ # Generated files
192+ .idea /** /contentModel.xml
193+
194+ # Sensitive or high-churn files
195+ .idea /** /dataSources /
196+ .idea /** /dataSources.ids
197+ .idea /** /dataSources.local.xml
198+ .idea /** /sqlDataSources.xml
199+ .idea /** /dynamic.xml
200+ .idea /** /uiDesigner.xml
201+ .idea /** /dbnavigator.xml
202+
203+ # Gradle
204+ .idea /** /gradle.xml
205+ .idea /** /libraries
206+
207+ # Gradle and Maven with auto-import
208+ # When using Gradle or Maven with auto-import, you should exclude module files,
209+ # since they will be recreated, and may cause churn. Uncomment if using
210+ # auto-import.
211+ # .idea/modules.xml
212+ # .idea/*.iml
213+ # .idea/modules
214+
215+ # CMake
216+ cmake-build- * /
217+
218+ # Mongo Explorer plugin
219+ .idea /** /mongoSettings.xml
220+
221+ # File-based project format
222+
223+ # IntelliJ
224+
225+ # mpeltonen/sbt-idea plugin
226+
227+ # JIRA plugin
228+
229+ # Cursive Clojure plugin
230+ .idea /replstate.xml
231+
232+ # Crashlytics plugin (for Android Studio and IntelliJ)
233+
234+ # Editor-based Rest Client
235+ .idea /httpRequests
236+
237+ # Android studio 3.1+ serialized cache file
238+ .idea /caches /build_file_checksums.ser
239+
240+ # ## Intellij+iml Patch ###
241+ # Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
242+
243+ modules.xml
244+
245+ # ## macOS ###
246+ # General
247+ .AppleDouble
248+ .LSOverride
249+
250+ # Icon must end with two \r
251+ Icon
252+
253+ # Thumbnails
254+
255+ # Files that might appear in the root of a volume
256+ .DocumentRevisions-V100
257+ .fseventsd
258+ .TemporaryItems
259+ .VolumeIcon.icns
260+ .com.apple.timemachine.donotpresent
261+
262+ # Directories potentially created on remote AFP share
263+ .AppleDB
264+ .AppleDesktop
265+ Network Trash Folder
266+ Temporary Items
267+ .apdisk
268+
269+ # End of https://www.gitignore.io/api/macos,android,intellij+iml,androidstudio
270+
271+ .envrc
0 commit comments