RegionIO/.gitignore

46 lines
1,003 B
Text

# Compiled binaries
/regionio
/regionio.exe
*.exe
*.test
# Mojang server distribution (not redistributable; obtain separately)
/server*.jar
/libraries/
/versions/
# Build output
/dist/
# Vanilla data-generator output (regenerated from server.jar --reports).
# All build-time embeds live under internal/; generated/ is not needed to build.
/generated/
# Decompiled vanilla sources kept locally for reference (not redistributable).
/.refjava/
# Generated world. Chunks are reproducible from the seed, and committing them is
# actively harmful: the store takes priority over the generator, so a stale
# region file pins old terrain around spawn and hides worldgen changes. This
# supersedes the narrower /world/regionio-world.json rule.
/world/
# Logs and runtime artefacts
/logs/
*.log
# Development notes and session transcripts kept locally, not source.
/chat.md
/20[0-9][0-9]-*.txt
# Editor / tool local config
/.claude/
/.opencode/
/.vscode/
/.idea/
*.iml
*.swp
# OS junk
.DS_Store
Thumbs.db