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