Skip to content

Commit 943a672

Browse files
Initial Commit
1 parent f13a6df commit 943a672

File tree

1 file changed

+44
-17
lines changed

1 file changed

+44
-17
lines changed

.gitignore

Lines changed: 44 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,60 @@
1+
# Built application files
2+
*.apk
3+
*.ap_
4+
5+
# Files for the ART/Dalvik VM
6+
*.dex
7+
8+
# Java class files
9+
*.class
10+
11+
# Generated files
12+
bin/
13+
gen/
14+
out/
15+
116
# Gradle files
217
.gradle/
318
build/
419

520
# Local configuration file (sdk path, etc)
621
local.properties
722

8-
# Log/OS Files
23+
# Proguard folder generated by Eclipse
24+
proguard/
25+
26+
# Log Files
927
*.log
1028

11-
# Android Studio generated files and folders
29+
# Android Studio Navigation editor temp files
30+
.navigation/
31+
32+
# Android Studio captures folder
1233
captures/
13-
.externalNativeBuild/
14-
.cxx/
15-
*.apk
16-
output.json
1734

18-
# IntelliJ
35+
# Intellij
1936
*.iml
20-
.idea/
21-
misc.xml
22-
deploymentTargetDropDown.xml
23-
render.experimental.xml
37+
.idea/*
38+
.idea/workspace.xml
39+
.idea/libraries
40+
.idea/misc.xml
41+
.idea/modules.xml
42+
.idea/sonarlint
43+
.idea/dictionaries
44+
.idea/vcs.xml
45+
.idea/sonarlint.xml
46+
.idea/codeStyles/codeStyleConfig.xml
47+
.idea/encodings.xml
48+
.idea/caches/build_file_checksums.ser
49+
.idea/assetWizardSettings.xml
50+
.idea/sonarlint-state.xml
51+
.idea/caches/
52+
.idea/codeStyles/Project.xml
53+
.idea/gradle.xml
54+
55+
56+
2457

2558
# Keystore files
2659
*.jks
27-
*.keystore
28-
29-
# Google Services (e.g. APIs or Firebase)
30-
google-services.json
3160

32-
# Android Profiling
33-
*.hprof

0 commit comments

Comments
 (0)