diff options
Diffstat (limited to 'vendor/github.com/ncruces/go-sqlite3/.gitignore')
| -rw-r--r-- | vendor/github.com/ncruces/go-sqlite3/.gitignore | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/vendor/github.com/ncruces/go-sqlite3/.gitignore b/vendor/github.com/ncruces/go-sqlite3/.gitignore index 9a50edc5c..e7fe47155 100644 --- a/vendor/github.com/ncruces/go-sqlite3/.gitignore +++ b/vendor/github.com/ncruces/go-sqlite3/.gitignore @@ -5,9 +5,6 @@ *.so *.dylib -# Go workspace -go.work* - # Test binary, built with `go test -c` *.test @@ -16,4 +13,11 @@ go.work* # Dependency directories (remove the comment below to include it) # vendor/ -tools
\ No newline at end of file +tools + +# Go workspace file +go.work +go.work.sum + +# env file +.env
\ No newline at end of file |
