Step 2: The Reformation

This commit is contained in:
AbrarSyed 2013-12-13 03:21:58 -06:00
parent bb3fed7bb8
commit 1c3041ce5d
301 changed files with 37 additions and 6 deletions

21
.gitattributes vendored
View File

@ -1 +1,20 @@
build.properties text
# text stuff
* text=auto
*.java text eol=lf
*.groovy text eol=lf
*.scala text eol=lf
*.sh text eol=lf
*.bat text eol=crlf
*.md text
*.properties text
#binary
*.dat binary
*.bin binary
*.png binary
*.exe binary
*.dll binary
*.zip binary
*.jar binary
*.7z binary
*.db binary

22
.gitignore vendored
View File

@ -1,6 +1,18 @@
## gradle
/.gradle
/build
## ForgeGradle
/run
## eclipse
/.settings
/.metadata
/.classpath
/.project
/bin
.classpath
.project
private.properties
environment.properties
/eclipse
## intellij
/out
/.idea
/*.iml

Some files were not shown because too many files have changed in this diff Show More