mirror of
https://github.com/tjsga/minecraft.git
synced 2025-04-03 19:40:16 -04:00
46 lines
346 B
Plaintext
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 |