From 3c22c6227b726d4ec9843faf4c26801a9eabf9c1 Mon Sep 17 00:00:00 2001 From: Andrew Slotin Date: Thu, 12 Oct 2017 11:46:12 +0700 Subject: [PATCH] Add *.db to .gitignore To avoid committing BoltDB database files by accident. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 68162ee..c407834 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ boltbrowser # Test Database test.db +*.db