2022-03-22 11:03:15 -04:00
|
|
|
# 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
|
|
|
|
|
2022-03-22 11:03:15 -04:00
|
|
|
build
|
|
|
|
admin.conf
|
2022-06-29 09:26:29 -04:00
|
|
|
bootstrapper-*
|
2022-03-22 11:03:15 -04:00
|
|
|
|
|
|
|
# VS Code configuration folder
|
|
|
|
.vscode
|
|
|
|
# Debug and testing files
|
|
|
|
debug/
|
|
|
|
|
2022-04-19 06:12:34 -04:00
|
|
|
# Image
|
|
|
|
image/*.ign
|
|
|
|
image/build/*
|
2022-06-29 09:26:29 -04:00
|
|
|
image/dependencies/bootstrapper
|
2022-04-27 02:17:42 -04:00
|
|
|
image/dependencies/cilium
|
2022-04-19 06:12:34 -04:00
|
|
|
image/images/*
|
|
|
|
image/cosa.lock
|
2022-05-30 05:38:06 -04:00
|
|
|
image/config.mk
|
2022-05-22 09:39:30 -04:00
|
|
|
|
|
|
|
# Terraform
|
|
|
|
*.tfstate
|
|
|
|
*.tfstate.backup
|
|
|
|
.terraform
|
|
|
|
.terraform.lock.hcl
|
|
|
|
.terraform.tfstate.lock.info
|
|
|
|
*.tfvars
|