2022-03-22 14:18:10 +00:00
|
|
|
# Binaries for programs and plugins
|
|
|
|
*.exe
|
|
|
|
*.exe~
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
|
2022-03-28 13:16:31 +00:00
|
|
|
target/
|
|
|
|
|
2022-03-22 14:18:10 +00:00
|
|
|
# Test binary, build with `go test -c`
|
|
|
|
*.test
|
|
|
|
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|
|
|
|
|
|
|
|
# IDE folders - everywhere
|
|
|
|
.idea
|
|
|
|
.project
|
|
|
|
.pydevproject
|
|
|
|
|
|
|
|
# Skip logs and caches
|
|
|
|
log
|
|
|
|
*.log
|
|
|
|
__pycache__
|
|
|
|
|
|
|
|
# Skip dev runtime-produced
|
|
|
|
dev/bin
|
|
|
|
dev/log
|
|
|
|
|
|
|
|
/.vagrant
|
|
|
|
/.DS_Store
|
|
|
|
|
|
|
|
# Skip vendor
|
|
|
|
vendor
|
|
|
|
|
|
|
|
operator_output
|
|
|
|
.gitsecret/keys/random_seed
|
|
|
|
!*.secret
|
|
|
|
dockerfile/actions
|
|
|
|
|
|
|
|
# python virtualenv
|
|
|
|
venv
|
|
|
|
|
|
|
|
# Tests cached files
|
|
|
|
tests/image/cache
|
|
|
|
|
|
|
|
# Skip tmp folder
|
|
|
|
/tmp/
|
|
|
|
|
|
|
|
# Ignore DevSpace cache and log folder
|
|
|
|
/.devspace
|
2022-07-03 23:22:14 +00:00
|
|
|
|
|
|
|
# Visual studio code
|
|
|
|
.vscode/
|