# Scala/sbt build files target/ project/target/ project/project/ .bsp/ # IDE files .idea/ .vscode/ *.iml *.ipr *.iws .metals/ .bloop/ # sbt plugins and cache .sbt/ .cache-main .cache-tests # Logs *.log logs/ server-logs/ # Server data (world files) server-data/ world/ world_nether/ world_the_end/ # Runtime files eula.txt server.properties ops.txt whitelist.txt banned-*.txt usercache.json usernamecache.json # Backup files *.old *.bak *~ # OS specific files .DS_Store Thumbs.db Desktop.ini # Docker volumes data/ # Temporary files tmp/ temp/ *.tmp *.temp # Environment files .env .env.local