palico-bot/.gitignore
2026-06-28 22:44:04 +02:00

14 lines
212 B
Text

#node
node_modules/
# Local configuration and test data
.env
.env.*
!.env.example
src/static/gameservers-list.json
#storage
storage/permanent/*
!storage/permanent/.gitkeep
storage/temp/*
!storage/temp/.gitkeep