polaris/.gitignore

20 lines
287 B
Text
Raw Normal View History

2020-09-20 00:10:00 +00:00
# Build output
2016-08-14 08:30:40 +00:00
target
2020-09-20 00:10:00 +00:00
# Test output
test-output
# Profiler output when using the `profile-index` feature
index-flame-graph.html
# Local config for quick iteration
TestConfig.toml
# Runtime artifacts
*.sqlite
thumbnails
# Release process artifacts (usually runs on CI)
release
*.res