constellation/.gitignore

51 lines
689 B
Plaintext
Raw Normal View History

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# 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/
2022-05-31 15:45:48 +00:00
# Go workspace file
2022-09-12 14:54:04 +00:00
# go.work
2022-05-31 15:45:48 +00:00
go.work.sum
build
admin.conf
bootstrapper-*
# VS Code configuration folder
.vscode
# Debug and testing files
debug/
2022-04-19 10:12:34 +00:00
# Image
image/*.ign
image/build/*
image/dependencies/bootstrapper
image/dependencies/cilium
2022-04-19 10:12:34 +00:00
image/images/*
image/cosa.lock
image/config.mk
# Terraform
*.tfstate
*.tfstate.backup
.terraform
.terraform.tfstate.lock.info
*.tfvars
# macOS
.DS_Store
# Python
__pycache__/