minecraft/.gitignore
Flytre 3ba3eafffc Initial commit
Signed-off-by: Flytre <flytre7@gmail.com>
2021-09-08 06:42:41 -04:00

41 lines
313 B
Plaintext

# Gradle
.gradle/
loom-cache/
# VSCode
.settings/
.vscode/
# Eclipse
.checkstyle
.classpath
.metadata
.settings
.project
*.launch
# Intellij/Idea
.factorypath
.idea
*.iml
*.ipr
*.iws
# Build artifacts
bin/
build/
jars/
out/
classes/
# Debug artifacts
run
*.log
# Windows
*.db
$RECYCLE.BIN/
# Mac
.DS_Store