Add *.db to .gitignore

To avoid committing BoltDB database files by accident.
This commit is contained in:
Andrew Slotin 2017-10-12 11:46:12 +07:00
parent 8733dcb5e3
commit 3c22c6227b
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -28,3 +28,4 @@ boltbrowser
# Test Database
test.db
*.db