Updated Git config files

This commit is contained in:
Taylor Shuler 2014-07-30 13:57:57 -04:00
parent 9a87528223
commit a36beb09c8
2 changed files with 25 additions and 9 deletions

11
.gitattributes vendored Normal file
View File

@ -0,0 +1,11 @@
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto
# Explicitly declare text files we want to always be normalized and converted to native line endings on checkout.
*.md text
*.info text
*.txt text
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary

23
.gitignore vendored
View File

@ -1,14 +1,19 @@
build/
.classpath
.project
.gradle/
eclipse/
# Ignore Gradle cache files & directories
bin/
repo/
/run/
build/
## Eclipse
eclipse/
.classpath
.gradle/
.project
.settings/
#IDEA files from Gradle
.idea/
## Idea
.idea
/*.iml
/*.ipr
/*.iws
# Ignore OS cache files & directories
*.DS_Store
_MACOSX
Thumbs.db