mirror of
https://github.com/gsantner/dandelion
synced 2025-09-09 18:29:47 +02:00
Updated gitignore
This commit is contained in:
parent
01a85b7986
commit
901faf94cb
9 changed files with 51 additions and 124 deletions
57
.gitignore
vendored
57
.gitignore
vendored
|
@ -1,8 +1,53 @@
|
|||
*.iml
|
||||
*~
|
||||
|
||||
# Gradle
|
||||
.gradle/
|
||||
.gradle
|
||||
/local.properties
|
||||
/.idea/workspace.xml
|
||||
/.idea/libraries
|
||||
build/
|
||||
/*/build/
|
||||
|
||||
# User-specific configurations
|
||||
local.properties
|
||||
|
||||
.idea
|
||||
.idea/libraries/
|
||||
.idea/runConfigurations.xml
|
||||
.idea/gradle.xml
|
||||
.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
|
||||
|
||||
# OS-specific files
|
||||
.DS_Store
|
||||
/build
|
||||
/captures
|
||||
.DS_Store?
|
||||
._*
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
# Built application files
|
||||
*.apk
|
||||
*.ap_
|
||||
|
||||
# Files for the Dalvik VM
|
||||
*.dex
|
||||
|
||||
# Java class files
|
||||
*.class
|
||||
|
||||
# Generated files
|
||||
bin/
|
||||
gen/
|
||||
|
||||
local.properties
|
||||
proguard/
|
||||
*.log
|
||||
.navigation/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue