commit base workspace
This commit is contained in:
49
.gitignore
vendored
Normal file
49
.gitignore
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
README.txt
|
||||
1.11/saves*
|
||||
1.11/MinecraftForge-*
|
||||
1.11/Paulscode*
|
||||
1.11/logs*
|
||||
forge-*-changelog.txt
|
||||
*-fml.txt
|
||||
.gradle
|
||||
1.11/build/
|
||||
1.11/run/
|
||||
1.11/out/
|
||||
1.11/tmp/
|
||||
1.11/bin/
|
||||
1.11/crash-reports
|
||||
1.11/config/
|
||||
1.11/saves/
|
||||
1.11/logs
|
||||
1.11/usercache.json
|
||||
1.11/usernamecache.json
|
||||
1.11/options.txt
|
||||
*.DS_Store
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
1.11/eula.txt
|
||||
1.11/server.properties
|
||||
|
||||
# eclipse
|
||||
bin
|
||||
*.launch
|
||||
.settings
|
||||
.metadata
|
||||
.classpath
|
||||
.project
|
||||
|
||||
# idea
|
||||
out
|
||||
*.ipr
|
||||
*.iws
|
||||
*.iml
|
||||
.idea
|
||||
|
||||
# gradle
|
||||
build
|
||||
.gradle
|
||||
|
||||
# other
|
||||
eclipse
|
||||
run
|
||||
Reference in New Issue
Block a user