update .gitignore
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
parent
b30febc7c2
commit
f6650901fd
19
.gitignore
vendored
19
.gitignore
vendored
@ -1 +1,20 @@
|
|||||||
|
# General
|
||||||
.DS_Store
|
.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
|
||||||
|
3
cmd/dagger/.gitignore
vendored
3
cmd/dagger/.gitignore
vendored
@ -1,3 +0,0 @@
|
|||||||
/dagger
|
|
||||||
/dagger-debug
|
|
||||||
/.dagger
|
|
Reference in New Issue
Block a user