updating build.gradle
This commit is contained in:
43
.gitignore
vendored
Normal file
43
.gitignore
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
README.txt
|
||||
1.11/saves*
|
||||
1.11/MinecraftForge-*
|
||||
1.11/Paulscode*
|
||||
1.11/logs*
|
||||
forge-*-changelog.txt
|
||||
*-fml.txt
|
||||
.gradle
|
||||
build/
|
||||
run/
|
||||
out/
|
||||
tmp/
|
||||
bin/
|
||||
crash-reports
|
||||
config/
|
||||
saves/
|
||||
logs
|
||||
usercache.json
|
||||
usernamecache.json
|
||||
options.txt
|
||||
|
||||
# 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