gb/.gitignore

36 lines
366 B
Text

# Build artifacts
target/
*.out
bin/
# Logs
*.log
*logfile*
*-log*
# Temporary files
.tmp*
.tmp/*
# Environment files
.env
*.env
# Work directories
work/
# Redis
*.rdb
# Documentation build
docs/book
# Installers (keep gitkeep)
botserver-installers/*
!botserver-installers/.gitkeep
botserver-stack
TODO*
# Lock file (regenerated from Cargo.toml)
Cargo.lock