.gitignore Go modules files

pull/155/head
Vojtech Vitek 2019-03-05 22:29:18 -05:00
parent 43b478bd51
commit 065f53ee1e
1 changed files with 4 additions and 4 deletions

8
.gitignore vendored
View File

@ -1,11 +1,11 @@
.DS_Store
cmd/goose/goose*
*.swp
*.test
# Files output by tests
bin
go.db
sql.db
*.db
# We don't want to switch to Go modules, until we release v3.0.0 or later.
go.mod
go.sum