mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-08 02:34:20 +01:00
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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user