mirror of
https://github.com/QuiltMC/quilt-template-mod
synced 2024-08-15 00:23:32 +00:00
Rework the template mod
This commit is contained in:
parent
e7f3fd5a55
commit
e9bb036ba0
14 changed files with 165 additions and 96 deletions
31
.gitignore
vendored
31
.gitignore
vendored
|
@ -1,4 +1,27 @@
|
|||
.idea
|
||||
.gradle
|
||||
build
|
||||
run
|
||||
# Gradle
|
||||
.gradle/
|
||||
build/
|
||||
out/
|
||||
classes/
|
||||
|
||||
# Quilt Loom
|
||||
run/
|
||||
|
||||
# Eclipse
|
||||
*.launch
|
||||
|
||||
# IntelliJ Idea
|
||||
.idea/
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
|
||||
# Visual Studio Code
|
||||
.settings/
|
||||
.vscode/
|
||||
bin/
|
||||
.classpath
|
||||
.project
|
||||
|
||||
# MacOS
|
||||
*.DS_Store
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue