minecraft/.gitignore
Flytre b3bdac43e9 Added world & config
Signed-off-by: Flytre <flytre7@gmail.com>
2021-09-11 18:23:33 -04:00

46 lines
346 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/
run/*
!run/world
!run/config
*.log
# Windows
*.db
$RECYCLE.BIN/
# Mac
.DS_Store