Rename output/
directory to _output/
go build ./... will ignore any directory starting with an underscore.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -9,6 +9,8 @@
|
||||
# This is where the result of the go build goes
|
||||
/output/**
|
||||
/output
|
||||
/_output/**
|
||||
/_output
|
||||
|
||||
# Emacs save files
|
||||
*~
|
||||
|
Reference in New Issue
Block a user