update .gitignore

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi 2021-02-03 14:58:33 -08:00
parent b30febc7c2
commit f6650901fd
2 changed files with 19 additions and 3 deletions

19
.gitignore vendored
View File

@ -1 +1,20 @@
# General
.DS_Store
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
/cmd/dagger/dagger
/cmd/dagger/dagger-debug
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# vscode
.vscode

View File

@ -1,3 +0,0 @@
/dagger
/dagger-debug
/.dagger