polaris/.gitignore
Antoine Gersant a89e3d5145 WIP
2024-10-06 23:12:57 -07:00

28 lines
351 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
auth.secret
collection.index
polaris.log
polaris.ndb
polaris.pid
profile.json
/peaks
/thumbnails
# Release process artifacts (usually runs on CI)
release
*.res