Compare commits
2 commits
4565da18a6
...
aa1570f5f8
Author | SHA1 | Date | |
---|---|---|---|
aa1570f5f8 | |||
61a5ad2404 |
2 changed files with 70 additions and 0 deletions
35
MC1.20.6/.gitignore
vendored
Normal file
35
MC1.20.6/.gitignore
vendored
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
# Gradle
|
||||||
|
.gradle/
|
||||||
|
build/
|
||||||
|
out/
|
||||||
|
classes/
|
||||||
|
|
||||||
|
# Quilt Loom
|
||||||
|
remappedSrc/
|
||||||
|
legacy/run/
|
||||||
|
|
||||||
|
# Eclipse
|
||||||
|
*.launch
|
||||||
|
|
||||||
|
# IntelliJ Idea
|
||||||
|
.idea/
|
||||||
|
*.iml
|
||||||
|
*.ipr
|
||||||
|
*.iws
|
||||||
|
|
||||||
|
# Fleet
|
||||||
|
.fleet/
|
||||||
|
|
||||||
|
# Visual Studio Code
|
||||||
|
.settings/
|
||||||
|
.vscode/
|
||||||
|
bin/
|
||||||
|
.classpath
|
||||||
|
.project
|
||||||
|
|
||||||
|
# Eclipse JDT LS
|
||||||
|
workspace/
|
||||||
|
|
||||||
|
# macOS
|
||||||
|
*.DS_Store
|
||||||
|
/.directory
|
35
legacy/.gitignore
vendored
Normal file
35
legacy/.gitignore
vendored
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
# Gradle
|
||||||
|
.gradle/
|
||||||
|
build/
|
||||||
|
out/
|
||||||
|
classes/
|
||||||
|
|
||||||
|
# Quilt Loom
|
||||||
|
remappedSrc/
|
||||||
|
legacy/run/
|
||||||
|
|
||||||
|
# Eclipse
|
||||||
|
*.launch
|
||||||
|
|
||||||
|
# IntelliJ Idea
|
||||||
|
.idea/
|
||||||
|
*.iml
|
||||||
|
*.ipr
|
||||||
|
*.iws
|
||||||
|
|
||||||
|
# Fleet
|
||||||
|
.fleet/
|
||||||
|
|
||||||
|
# Visual Studio Code
|
||||||
|
.settings/
|
||||||
|
.vscode/
|
||||||
|
bin/
|
||||||
|
.classpath
|
||||||
|
.project
|
||||||
|
|
||||||
|
# Eclipse JDT LS
|
||||||
|
workspace/
|
||||||
|
|
||||||
|
# macOS
|
||||||
|
*.DS_Store
|
||||||
|
/.directory
|
Loading…
Add table
Reference in a new issue