Initial commit

This commit is contained in:
Meredith Espinosa
2019-06-18 02:33:36 -07:00
commit 56ee01d42b
17 changed files with 833 additions and 0 deletions

29
.gitignore vendored Executable file
View File

@@ -0,0 +1,29 @@
# Compiled nonsense that does not belong in *source* control
/build
/bin
/.gradle
/minecraft
/out
/run
/classes
# IDE nonsense that could go in source control but really shouldn't
.classpath
.project
.metadata
.settings
*.launch
*.iml
.idea
*.ipr
*.iws
# Sekrit files
private.properties
private.gradle
# Files from bad operating systems :^)
Thumbs.db
.DS_Store
local.properties
.directory