Skip to content

Commit 883a32d

Browse files
committed
add: .gitignore
1 parent 7e002fc commit 883a32d

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

.gitignore

+25-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,35 @@
11
*.iml
2+
/.gradle
23
.gradle
4+
.idea
35
/local.properties
4-
/.idea/caches
56
/.idea/libraries
67
/.idea/modules.xml
78
/.idea/workspace.xml
8-
/.idea/navEditor.xml
9-
/.idea/assetWizardSettings.xml
109
.DS_Store
10+
build
1111
/build
1212
/captures
1313
.externalNativeBuild
14+
15+
built application files
16+
.apk
17+
.ap_
18+
19+
files for the dex VM
20+
*.dex
21+
22+
Java class files
23+
*.class
24+
25+
generated files
26+
bin/
27+
gen/
28+
.externalNativeBuild/
29+
30+
Local configuration file (sdk path, etc)
31+
local.properties
32+
app/version.properties
33+
34+
# SonarQube
35+
.sonar/

0 commit comments

Comments
 (0)