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
jffarge 1ae43daa1a Fix the missing property "on" for getting started github action
Signed-off-by: jffarge <jf@dagger.io>
2022-03-23 15:50:22 +01:00

44 lines
540 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
# Integration CI dagger.mod, dagger.sum
dagger.mod
dagger.sum
# Local binaries
bin/
# Local environment variables
.env
# Local configuration
.config
.envrc