mirror of https://github.com/pressly/goose.git
.gitignore Go modules files
parent
43b478bd51
commit
065f53ee1e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue