diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 97 |
1 files changed, 14 insertions, 83 deletions
@@ -1,9 +1,14 @@ -# From https://github.com/github/gitignore +.classpath +*.swp +.settings -# # # # # # # # # # # # -# Android gitignore # -# # # # # # # # # # # # +# https://github.com/github/gitignore/blob/master/Gradle.gitignore +.gradle/ +build/ +# Ignore Gradle GUI config +gradle-app.setting +# https://github.com/github/gitignore/blob/master/Android.gitignore # Built application files *.apk *.ap_ @@ -18,90 +23,16 @@ bin/ gen/ -# Gradle files -.gradle/ -build/ - # Local configuration file (sdk path, etc) local.properties -gradle.properties # Proguard folder generated by Eclipse proguard/ -# # # # # # # # -# VIM / Linux # -# # # # # # # # - -[._]*.s[a-w][a-z] -[._]s[a-w][a-z] -*.un~ -Session.vim -.netrwhist -*~ -.directory - -# # # # # # -# Eclipse # -# # # # # # - -*.pydevproject -.metadata -.gradle -bin/ -tmp/ -*.tmp -*.bak -*.swp -*~.nib -local.properties -.settings/ -.loadpath -.classpath -.project - -# External tool builders -.externalToolBuilders/ - -# Locally stored "Eclipse launch configurations" -*.launch - -# CDT-specific -.cproject - -# PDT-specific -.buildpath - -# sbteclipse plugin -.target - -# TeXlipse plugin -.texlipse - -# # # # # -# OS X # -# # # # # - -.DS_Store -.AppleDouble -.LSOverride - -# Icon must ends with two \r. -Icon - - -# Thumbnails -._* - -# Files that might appear on external disk -.Spotlight-V100 -.Trashes - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk +# Log Files +*.log +*.iml +.idea +import-summary.txt |