Rework the template mod

This commit is contained in:
Ennui Langeweile 2022-04-20 16:02:00 -03:00
parent e7f3fd5a55
commit e9bb036ba0
No known key found for this signature in database
GPG key ID: 688A9E714BCD13B2
14 changed files with 165 additions and 96 deletions

31
.gitignore vendored
View file

@ -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