Initial Commit

This commit is contained in:
tterrag1098
2017-05-24 02:27:43 -04:00
commit 026fb74bd0
11 changed files with 560 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
/download
/eclipseBin
## gradle
/.gradle
/build
## ForgeGradle
/run
/*.launch
## eclipse
/eclipse
/.settings
/.metadata
/.classpath
/.project
/bin
## intellij
/out
/.idea
/*.iml
/*.ipr
/*.iws
/atlassian-ide-plugin.xml
## gedit
*~