Skip to content

Commit 2a835ad

Browse files
Update .gitignore
1 parent b521a0c commit 2a835ad

File tree

1 file changed

+29
-19
lines changed

1 file changed

+29
-19
lines changed

.gitignore

+29-19
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,37 @@
11
# Built application files
2-
*.apk
3-
*.ap_
2+
/*/build/
43

5-
# Files for the Dalvik VM
6-
*.dex
4+
# Crashlytics configuations
5+
com_crashlytics_export_strings.xml
76

8-
# Java class files
9-
*.class
10-
11-
# Generated files
12-
bin/
13-
gen/
7+
# Local configuration file (sdk path, etc)
8+
local.properties
149

15-
# Gradle files
10+
# Gradle generated files
1611
.gradle/
17-
build/
18-
.idea/
1912

20-
# Local configuration file (sdk path, etc)
21-
local.properties
13+
# Signing files
14+
.signing/
2215

23-
# Proguard folder generated by Eclipse
24-
proguard/
16+
# User-specific configurations
17+
.idea/libraries/
18+
.idea/workspace.xml
19+
.idea/tasks.xml
20+
.idea/.name
21+
.idea/compiler.xml
22+
.idea/copyright/profiles_settings.xml
23+
.idea/encodings.xml
24+
.idea/misc.xml
25+
.idea/modules.xml
26+
.idea/scopes/scope_settings.xml
27+
.idea/vcs.xml
28+
*.iml
2529

26-
# Log Files
27-
*.log
30+
# OS-specific files
31+
.DS_Store
32+
.DS_Store?
33+
._*
34+
.Spotlight-V100
35+
.Trashes
36+
ehthumbs.db
37+
Thumbs.db

0 commit comments

Comments
 (0)