Files
nugget/.gitignore
2026-01-06 18:52:02 -06:00

67 lines
589 B
Plaintext

# Gradle
.gradle/
build/
out/
classes/
# Eclipse
*.launch
.settings/
.metadata/
.classpath
.project
bin/
# IntelliJ IDEA
.idea/
*.iml
*.ipr
*.iws
# VSCode
.vscode/
# macOS
.DS_Store
._*
.Spotlight-V100
.Trashes
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
# Linux
*~
.directory
# Minecraft
run/
logs/
crash-reports/
server.properties
eula.txt
ops.json
whitelist.json
banned-ips.json
banned-players.json
usercache.json
usernamecache.json
# Architectury
common/run/
fabric/run/
neoforge/run/
forge/run/
# Data generation
*/build/datagen/
# Misc
*.log
*.swp
*.swo
*.tmp
*.bak
.cache/