constellation/.gitignore

57 lines
777 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 11:45:48 -04:00
# Go workspace file
2022-09-12 10:54:04 -04:00
# go.work
2022-05-31 11:45:48 -04:00
go.work.sum
build
admin.conf
bootstrapper-*
# VS Code configuration folder
.vscode
2022-10-31 10:42:58 -04:00
# IntelliJ-based IDEs configuration folder (e.g. GoLand)
.idea
# Debug and testing files
debug/
2022-04-19 06:12:34 -04:00
# Image
image/*.ign
image/build/*
image/dependencies/bootstrapper
image/dependencies/cilium
2022-04-19 06:12:34 -04:00
image/images/*
image/cosa.lock
image/config.mk
# Terraform
*.tfstate
*.tfstate.backup
.terraform
.terraform.tfstate.lock.info
*.tfvars
# macOS
.DS_Store
# Python
__pycache__/
# Nix shells
shell.nix