Add build directory to gitignore

This commit is contained in:
Brian Buller 2023-05-24 07:37:22 -05:00
parent 7f10a81cec
commit 1f901154b9
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored
View File

@ -22,6 +22,9 @@ _cgo_export.*
_testmain.go
# Build Directory
build
# Binaries
*.exe
boltbrowser
@ -29,3 +32,5 @@ boltbrowser
# Test Database
test.db
*.db