Files
aurorabot/.gitignore
syntaxbullet 9751e62e30
Some checks failed
Deploy to Production / test (push) Failing after 31s
chore: add citrine task file
2026-02-15 15:18:00 +01:00

53 lines
601 B
Plaintext

.env
node_modules
docker-compose.override.yml
shared/db-logs
shared/db/data
shared/db/backups
shared/db/loga
.cursor
# dependencies (bun install)
node_modules
config/
# output
out
dist
*.tgz
# code coverage
coverage
*.lcov
# logs
logs
_.log
report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
# caches
.eslintcache
.cache
*.tsbuildinfo
# IntelliJ based IDEs
.idea
# Finder (MacOS) folder config
.DS_Store
src/db/data
src/db/log
scratchpad/
bot/assets/graphics/items
tickets/
.citrine.local