Skip to content

Commit 58443a1

Browse files
authored
Update .gitignore
1 parent cb314b6 commit 58443a1

File tree

1 file changed

+6
-54
lines changed

1 file changed

+6
-54
lines changed

.gitignore

Lines changed: 6 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,15 @@
11
*.iml
22
.gradle
33
/local.properties
4-
/.idea
4+
/.idea/caches
5+
/.idea/libraries
6+
/.idea/modules.xml
7+
/.idea/workspace.xml
8+
/.idea/navEditor.xml
9+
/.idea/assetWizardSettings.xml
510
.DS_Store
611
/build
712
/captures
813
.externalNativeBuild
914
.cxx
10-
/app/debug
11-
/app/staging
12-
/app/release
13-
/.idea/kotlinc.xml
14-
15-
# Built application files
16-
*.apk
17-
*.ap_
18-
19-
# Files for the ART/Dalvik VM
20-
*.dex
21-
22-
# Java class files
23-
*.class
24-
25-
# Generated files
26-
bin/
27-
gen/
28-
out/
29-
30-
# Gradle files
31-
/.idea
32-
.gradle/
33-
build/
34-
35-
# Local configuration file (sdk path, etc)
3615
local.properties
37-
38-
# Proguard folder generated by Eclipse
39-
proguard/
40-
41-
# Log Files
42-
*.log
43-
44-
# Android Studio Navigation editor temp files
45-
.navigation/
46-
47-
# Android Studio captures folder
48-
captures/
49-
50-
# Intellij
51-
.idea/workspace.xml
52-
.idea/tasks.xml
53-
.idea/gradle.xml
54-
.idea/dictionaries
55-
.idea/libraries
56-
57-
# Keystore files
58-
*.jks
59-
60-
# External native build folder generated in Android Studio 2.2 and later
61-
62-
# Google Services (e.g. APIs or Firebase)
63-
google-services.json

0 commit comments

Comments
 (0)