meta: ignore VM disk images; ignore migrations
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I687f1fe53696f77af62f2e52566cf3f06a6a6964
This commit is contained in:
parent
b169bad512
commit
81e451f6d0
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -3,6 +3,10 @@ target/
|
|||
# Nix
|
||||
result*
|
||||
result-*
|
||||
*.qcow2
|
||||
|
||||
# Misc
|
||||
.direnv
|
||||
|
||||
# Migrations
|
||||
*_test_migration.sql
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue