a8e218d808
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
30 lines
380 B
Plaintext
30 lines
380 B
Plaintext
# 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
|
|
**/*/report.xml
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# vscode
|
|
.vscode
|
|
|
|
# intellij
|
|
.idea
|
|
|
|
# node_modules
|
|
tests/node_modules
|
|
dist/
|
|
docs/learn/tests/node_modules
|