Updated Git config files

This commit is contained in:
Taylor Shuler 2014-08-03 20:34:00 +01:00
parent 1de52b15d1
commit 22f76a7261
2 changed files with 33 additions and 8 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

30
.gitignore vendored
View File

@ -1,14 +1,28 @@
build/ gnore Gradle cache files & directories
.classpath
.project
.gradle/
eclipse/
bin/ bin/
build/
## Exclusive to IronChests
repo/ repo/
/run/ run/
## Forge
forge-*.txt
## 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