polaris/.gitignore
2025-01-09 21:59:59 -08:00

25 lines
310 B
Text

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