# Creaindexted by https://www.gitignore.io/api/go # Edit at https://www.gitignore.io/?templates=go ### Go ### # 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 # Generated files *.gen.go ### Go Patch ### /vendor/ /Godeps/ ### IDEs and stuff ### *.iml .idea/ .vscode/ ### Configuration files that may inculde sensitive information .env # End of https://www.gitignore.io/api/go # Our binaries /lakefs /lakefs-loadtest /lakectl /main /cmd/lakefs/lakefs /cmd/lakefs-loadtest/lakefs-loadtest /cmd/lakectl/lakectl /dist /delta/ /acl # client excludes /webui/node_modules # server excludes /pkg/api/gen .DS_Store # recordings /pkg/gateway/testdata/recordings/ # Docs /docs/_site/ /docs/.jekyll-metadata /docs/.jekyll-bundle-cache /docs/site/ /docs/docs-repo/ # terraform # Local .terraform directories **/.terraform/* # .tfstate files *.tfstate *.tfstate.* # Crash log files crash.log # Exclude all .tfvars files, which are likely to contain sentitive data, such as # password, private keys, and other secrets. These should not be part of version # control as they are data points which are potentially sensitive and subject # to change depending on the environment. *.tfvars # Ignore CLI configuration files .terraformrc terraform.rc .eslintcache /clients/java/.openapi-generator/FILES ### Rust ### # Generated by Cargo will have compiled files and executables debug/ target/ # Python Wrapper /clients/python-wrapper/_site/ clients/python-wrapper/build/ clients/python-wrapper/lakefs.egg-info/ clients/python-wrapper/lakefs/__pycache__/