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
|
2022-10-31 10:42:58 -04:00
|
|
|
# IntelliJ-based IDEs configuration folder (e.g. GoLand)
|
|
|
|
.idea
|
|
|
|
|
2022-03-22 11:03:15 -04:00
|
|
|
# Debug and testing files
|
|
|
|
debug/
|
|
|
|
|
2022-04-19 06:12:34 -04:00
|
|
|
# Image
|
|
|
|
image/*.ign
|
2022-12-23 11:28:49 -05:00
|
|
|
image/prebuilt/*
|
2022-04-19 06:12:34 -04:00
|
|
|
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.tfstate.lock.info
|
|
|
|
*.tfvars
|
2023-04-14 08:15:07 -04:00
|
|
|
terraform.log
|
2022-10-21 06:24:18 -04:00
|
|
|
|
|
|
|
# macOS
|
|
|
|
.DS_Store
|
2022-11-01 07:24:29 -04:00
|
|
|
|
|
|
|
# Python
|
|
|
|
__pycache__/
|
2022-12-07 09:27:08 -05:00
|
|
|
|
2022-12-12 03:33:05 -05:00
|
|
|
# Gitpod
|
|
|
|
.gitpod.yml
|
2023-01-30 11:15:59 -05:00
|
|
|
|
|
|
|
# Bazel
|
2023-03-30 03:41:56 -04:00
|
|
|
/bazel-*
|
2023-03-20 13:21:47 -04:00
|
|
|
.bazeloverwriterc
|
2023-01-30 11:15:59 -05:00
|
|
|
|
|
|
|
# bazeldnf
|
|
|
|
.bazeldnf/
|
2023-09-06 09:32:01 -04:00
|
|
|
|
|
|
|
# mkosi
|
|
|
|
.mkosi-tmp*
|
|
|
|
|
|
|
|
# nix
|
|
|
|
/result
|