Skip to content

Commit a2ed1d1

Browse files
committed
update gitignore
1 parent 8064e79 commit a2ed1d1

File tree

1 file changed

+38
-5
lines changed

1 file changed

+38
-5
lines changed

.gitignore

Lines changed: 38 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
1-
.gradle
2-
/local.properties
3-
/.idea/workspace.xml
4-
/.idea/libraries
1+
# Built application files
2+
/*/build/
3+
4+
build/
5+
6+
# Crashlytics configuations
7+
com_crashlytics_export_strings.xml
8+
9+
# Local configuration file (sdk path, etc)
10+
local.properties
11+
12+
# Gradle generated files
13+
.gradle/
14+
15+
# Signing files
16+
.signing/
17+
18+
# User-specific configurations
19+
.idea/libraries/
20+
.idea/workspace.xml
21+
.idea/tasks.xml
22+
.idea/.name
23+
.idea/compiler.xml
24+
.idea/copyright/profiles_settings.xml
25+
.idea/encodings.xml
26+
.idea/misc.xml
27+
.idea/modules.xml
28+
.idea/scopes/scope_settings.xml
29+
.idea/vcs.xml
30+
*.iml
31+
32+
# OS-specific files
533
.DS_Store
6-
/build
34+
.DS_Store?
35+
._*
36+
.Spotlight-V100
37+
.Trashes
38+
ehthumbs.db
39+
Thumbs.db

0 commit comments

Comments
 (0)