This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/.gitignore
Olli Janatuinen 65db7e9824 feat: support .NET
Signed-off-by: Olli Janatuinen <olli.janatuinen@gmail.com>
2022-04-06 23:10:38 +02:00

45 lines
549 B
Plaintext

# General
.DS_Store
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
/cmd/dagger/dagger
/cmd/dagger/dagger-debug
**/obj/*
# 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
# Integration CI dagger.mod, dagger.sum
dagger.mod
dagger.sum
# Local binaries
bin/
# Local environment variables
.env
# Local configuration
.config
.envrc