Intergrate vscode and gmake

This commit is contained in:
2021-01-28 07:20:49 -05:00
parent 469d1dfcb3
commit ac6f46345a
5 changed files with 138 additions and 3 deletions

6
.gitignore vendored
View File

@ -4,6 +4,8 @@
*.dll
*.so
*.dylib
bin/
.env/
# Test binary, built with `go test -c`
*.test
@ -11,6 +13,6 @@
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
# Dependency directories
vendor/
plugins/