New gitignore
This commit is contained in:
parent
4bcc5d2cf0
commit
de778f7e8a
1 changed files with 11 additions and 11 deletions
22
.gitignore
vendored
22
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
||||||
# Built application files
|
# Built application files
|
||||||
/*/build/
|
/*/build/
|
||||||
|
build/*
|
||||||
|
|
||||||
# Crashlytics configuations
|
# Crashlytics configuations
|
||||||
com_crashlytics_export_strings.xml
|
com_crashlytics_export_strings.xml
|
||||||
|
@ -14,17 +15,7 @@ local.properties
|
||||||
.signing/
|
.signing/
|
||||||
|
|
||||||
# User-specific configurations
|
# User-specific configurations
|
||||||
.idea/libraries/
|
.idea/*
|
||||||
.idea/workspace.xml
|
|
||||||
.idea/tasks.xml
|
|
||||||
.idea/.name
|
|
||||||
.idea/compiler.xml
|
|
||||||
.idea/copyright/profiles_settings.xml
|
|
||||||
.idea/encodings.xml
|
|
||||||
.idea/misc.xml
|
|
||||||
.idea/modules.xml
|
|
||||||
.idea/scopes/scope_settings.xml
|
|
||||||
.idea/vcs.xml
|
|
||||||
*.iml
|
*.iml
|
||||||
|
|
||||||
# OS-specific files
|
# OS-specific files
|
||||||
|
@ -35,3 +26,12 @@ local.properties
|
||||||
.Trashes
|
.Trashes
|
||||||
ehthumbs.db
|
ehthumbs.db
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
||||||
|
# Documents
|
||||||
|
*.pdf
|
||||||
|
*.doc
|
||||||
|
*.docx
|
||||||
|
*.odt
|
||||||
|
|
||||||
|
# APKs
|
||||||
|
*.apk
|
||||||
|
|
Loading…
Reference in a new issue