Skip to content

Commit

Permalink
gitignore cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Silvio Moioli <[email protected]>
  • Loading branch information
moio committed Aug 29, 2024
1 parent 51ef09f commit 1076ee9
Showing 1 changed file with 9 additions and 43 deletions.
52 changes: 9 additions & 43 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,55 +1,21 @@
# moio:

# OS related
.DS_Store
.idea

# tofu related
tofu/main/*/.terraform
tofu/main/*/.terraform.lock.hcl
tofu/main/*/terraform.tfstate
tofu/main/*/terraform.tfstate.*
tofu/main/*/config
*.tfvars

./dartboard

# git-ival:

# If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
# 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/

# Go workspace file
go.work
go.work.sum

# local go.mod file
local.go.mod
local.go.sum

# Misc
*.yaml
# IDE related
.idea
.vscode
*.pem
*.conf
bin/*
keys/*

# Others
scripts/utils/*.txt

# Misc Exceptions
!test/utils/ranchermonitoring/files/configmaps/*.yaml
!.pre-commit-config.yaml
# Binaries
/dartboard
/scripts/soak/soak

0 comments on commit 1076ee9

Please sign in to comment.