Cleanup
This commit is contained in:
parent
cd63564c03
commit
ef8246ecfb
2 changed files with 13 additions and 5 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
@ -1,7 +1,15 @@
|
||||||
|
# Build output
|
||||||
target
|
target
|
||||||
|
|
||||||
|
# Test output
|
||||||
|
test-output
|
||||||
|
|
||||||
|
# Profiler output when using the `profile-index` feature
|
||||||
|
index-flame-graph.html
|
||||||
|
|
||||||
|
# Local config for quick iteration
|
||||||
|
TestConfig.toml
|
||||||
|
|
||||||
|
# Release process artefacts (usually runs on CI)
|
||||||
release
|
release
|
||||||
*.res
|
*.res
|
||||||
test-output
|
|
||||||
tmp
|
|
||||||
TestConfig*
|
|
||||||
index-flame-graph.html
|
|
|
@ -13,4 +13,4 @@ Note that the Github web UI will separate the release from the corresponding tag
|
||||||
## How to change the database schema
|
## How to change the database schema
|
||||||
|
|
||||||
- Add a new folder under `migrations` following the existing pattern
|
- Add a new folder under `migrations` following the existing pattern
|
||||||
- Run `update_db_schema.bat` (all its should also work in bash if you're a Linux user)
|
- Run `update_db_schema.bat`
|
||||||
|
|
Loading…
Add table
Reference in a new issue