Skip to content

Commit 08931a8

Browse files
committed
add build tools
1 parent 86b4445 commit 08931a8

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.idea/**
2+
.goxc.local.json

.goxc.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"Tasks": [
3+
"default",
4+
"publish-github"
5+
],
6+
"PackageVersion": "0.0.1",
7+
"TaskSettings": {
8+
"publish-github": {
9+
"owner": "Alexander Baryshnikov \u003cdev@baryshnikov.net\u003e",
10+
"repository": "reddec/monexec"
11+
}
12+
},
13+
"ConfigVersion": "0.9"
14+
}

0 commit comments

Comments
 (0)