2022-03-22 16:03:15 +01: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 17:45:48 +02:00
|
|
|
# Go workspace file
|
2022-09-12 16:54:04 +02:00
|
|
|
# go.work
|
2022-05-31 17:45:48 +02:00
|
|
|
go.work.sum
|
|
|
|
|
2022-03-22 16:03:15 +01:00
|
|
|
build
|
|
|
|
admin.conf
|
2022-06-29 15:26:29 +02:00
|
|
|
bootstrapper-*
|
2022-03-22 16:03:15 +01:00
|
|
|
|
|
|
|
# VS Code configuration folder
|
|
|
|
.vscode
|
2022-10-31 15:42:58 +01:00
|
|
|
# IntelliJ-based IDEs configuration folder (e.g. GoLand)
|
|
|
|
.idea
|
|
|
|
|
2022-03-22 16:03:15 +01:00
|
|
|
# Debug and testing files
|
|
|
|
debug/
|
|
|
|
|
2022-04-19 12:12:34 +02:00
|
|
|
# Image
|
|
|
|
image/*.ign
|
|
|
|
image/build/*
|
2022-06-29 15:26:29 +02:00
|
|
|
image/dependencies/bootstrapper
|
2022-04-27 08:17:42 +02:00
|
|
|
image/dependencies/cilium
|
2022-04-19 12:12:34 +02:00
|
|
|
image/images/*
|
|
|
|
image/cosa.lock
|
2022-05-30 11:38:06 +02:00
|
|
|
image/config.mk
|
2022-05-22 15:39:30 +02:00
|
|
|
|
|
|
|
# Terraform
|
|
|
|
*.tfstate
|
|
|
|
*.tfstate.backup
|
|
|
|
.terraform
|
|
|
|
.terraform.tfstate.lock.info
|
|
|
|
*.tfvars
|
2022-10-21 12:24:18 +02:00
|
|
|
|
|
|
|
# macOS
|
|
|
|
.DS_Store
|
2022-11-01 11:24:29 +00:00
|
|
|
|
|
|
|
# Python
|
|
|
|
__pycache__/
|