Move everything back to root dir
This commit is contained in:
parent
1fee75a927
commit
1fa8351d11
19 changed files with 257 additions and 300 deletions
|
|
@ -5,7 +5,7 @@ tmp_dir = "tmp"
|
|||
[build]
|
||||
args_bin = []
|
||||
bin = "tmp\\main.exe"
|
||||
cmd = "go build -o ./tmp/main.exe ./cmd/feedvault/"
|
||||
cmd = "go build -o ./tmp/main.exe ."
|
||||
delay = 1000
|
||||
exclude_dir = [
|
||||
"assets",
|
||||
|
|
@ -15,7 +15,6 @@ exclude_dir = [
|
|||
"testdata",
|
||||
"tests",
|
||||
".git",
|
||||
".idea",
|
||||
".vscode",
|
||||
]
|
||||
exclude_file = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue