diff --git a/.gitignore b/.gitignore index c407834..6f99bbe 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,9 @@ _cgo_export.* _testmain.go +# Build Directory +build + # Binaries *.exe boltbrowser @@ -29,3 +32,5 @@ boltbrowser # Test Database test.db *.db + +