Initial commit
This commit is contained in:
29
.gitignore
vendored
Executable file
29
.gitignore
vendored
Executable 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
|
||||
Reference in New Issue
Block a user