X Tutup
Skip to content

Commit 0358de3

Browse files
Bogdan MelnychukBogdan Melnychuk
authored andcommitted
Ignore list updated
1 parent 59f3bdc commit 0358de3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.gitignore

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*.apk
33
*.ap_
44

5-
# Files for the Dalvik VM
5+
# Files for the dex VM
66
*.dex
77

88
# Java class files
@@ -12,15 +12,15 @@
1212
bin/
1313
gen/
1414

15-
# Gradle files
16-
.gradle/
17-
build/
18-
1915
# Local configuration file (sdk path, etc)
2016
local.properties
2117

22-
# Proguard folder generated by Eclipse
23-
proguard/
18+
# IntelliJ IDEA
19+
.idea/
20+
*.iml
21+
*.iws
22+
*.ipr
2423

25-
# Log Files
26-
*.log
24+
# Gradle
25+
.gradle
26+
build/

0 commit comments

Comments
 (0)
X Tutup