chore: gitignore files with an extension *.db

For example the commmand `cargo run --package limbo_cli --bin limbo database.db`
will generate a `database.db` file, and it's unlikely we'll ever need to
track such files if they are placed inside the root of the project.
This commit is contained in:
Anton Harniakou
2025-03-21 12:15:57 +03:00
parent 38d2afc8dd
commit 4f34d8dbed

3
.gitignore vendored
View File

@@ -20,6 +20,7 @@ dist/
.tmp/
*.db
**/*.db-wal
**/*.db-shm
**/*-wal
@@ -32,4 +33,4 @@ dist/
# testing
testing/limbo_output.txt
**/limbo_output.txt
**/limbo_output.txt