polaris/.gitignore
2024-10-05 20:18:47 -07:00

26 lines
322 B
Text

# Dev environment
.direnv
# Build output
target
# Test output
test-output
# Local config for quick iteration
TestConfig.toml
# Runtime artifacts
*.sqlite
**/*.sqlite-shm
**/*.sqlite-wal
polaris.log
polaris.ndb
polaris.pid
profile.json
/peaks
/thumbnails
# Release process artifacts (usually runs on CI)
release
*.res