1
0
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:
James Hillyerd
2016-02-20 22:14:45 -08:00
parent ef5a10457e
commit 83f9c6aa49
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@@ -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

View File

@@ -1,4 +1,5 @@
{ {
"ArtifactsDest": "target",
"TasksExclude": [ "TasksExclude": [
"pkg-build" "pkg-build"
], ],