mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 09:37:02 +00:00
Minor goxc tweaks
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -28,6 +28,7 @@ _testmain.go
|
||||
# our binary
|
||||
/inbucket
|
||||
/inbucket.exe
|
||||
/target/**
|
||||
|
||||
# local goxc config
|
||||
.goxc.local.json
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"ArtifactsDest": "target",
|
||||
"TasksExclude": [
|
||||
"pkg-build"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user