This commit is contained in:
Morrígan 2025-06-25 19:20:25 +02:00
commit 1c6e3a2abf
Signed by: morrigan
GPG key ID: CACB010F463A77D0
16 changed files with 693 additions and 0 deletions

35
.gitignore vendored Normal file
View file

@ -0,0 +1,35 @@
# Gradle
.gradle/
build/
out/
classes/
# Quilt Loom
remappedSrc/
run/
# Eclipse
*.launch
# IntelliJ Idea
.idea/
*.iml
*.ipr
*.iws
# Fleet
.fleet/
# Visual Studio Code
.settings/
.vscode/
bin/
.classpath
.project
# Eclipse JDT LS
workspace/
.factorypath
# macOS
*.DS_Store