mirror of
https://github.com/QuiltMC/quilt-template-mod
synced 2024-08-15 00:23:32 +00:00
0a9b240074
Co-authored-by: Emma C. Pointer-Null <emmaffle@modrinth.com>
27 lines
207 B
Text
27 lines
207 B
Text
# 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
|