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/ # Ignore Gradle cache files & directories
.classpath
.project
.gradle/
eclipse/
bin/ bin/
repo/ build/
/run/ ## Eclipse
eclipse/
.classpath
.gradle/
.project
.settings/ .settings/
#IDEA files from Gradle ## Idea
.idea/ .idea
/*.iml /*.iml
/*.ipr /*.ipr
/*.iws /*.iws
# Ignore OS cache files & directories
*.DS_Store
_MACOSX
Thumbs.db