constellation/.gitignore

76 lines
968 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
2022-10-31 14:42:58 +00:00
# IntelliJ-based IDEs configuration folder (e.g. GoLand)
.idea
# Debug and testing files
debug/
2022-04-19 10:12:34 +00:00
# Image
image/*.ign
2022-12-23 16:28:49 +00:00
image/prebuilt/*
2022-04-19 10:12:34 +00:00
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
terraform.log
# macOS
.DS_Store
# Python
__pycache__/
2022-12-12 08:33:05 +00:00
# Gitpod
.gitpod.yml
# Bazel
/bazel-*
.bazeloverwriterc
2023-09-06 13:32:01 +00:00
# mkosi
.mkosi-tmp*
# nix
/result
# s3proxy misc files
port-forward.log
s3proxy-ca.crt
# Lychee link checker
.lycheecache