woodpecker-helm3/.gitignore

24 lines
315 B
Plaintext
Raw Permalink Normal View History

2019-11-21 19:35:50 +00:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
2020-08-21 08:30:22 +00:00
*.swp
2019-11-21 19:35:50 +00:00
.idea
2019-11-21 19:35:50 +00:00
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
.env
.secrets
build/*
2023-11-06 16:49:26 +00:00
.DS_Store