2018-02-18 21:16:24 +00:00
|
|
|
# Prevent vendor directory from being copied to ensure we are not not pulling unexpected cruft from
|
|
|
|
|
# a user's workspace, and are only building off of what is locked by dep.
|
2019-02-01 21:12:52 +00:00
|
|
|
.vscode/
|
|
|
|
|
.idea/
|
|
|
|
|
.DS_Store
|
|
|
|
|
vendor/
|
|
|
|
|
dist/
|
|
|
|
|
*.iml
|
|
|
|
|
# delve debug binaries
|
|
|
|
|
cmd/**/debug
|
|
|
|
|
debug.test
|
|
|
|
|
coverage.out
|
2019-06-10 21:28:24 +00:00
|
|
|
ui/node_modules/
|
2023-02-25 18:15:26 +00:00
|
|
|
test-results/
|
|
|
|
|
test/
|
|
|
|
|
manifests/
|
|
|
|
|
hack/
|
|
|
|
|
docs/
|
|
|
|
|
examples/
|
|
|
|
|
.github/
|
2023-03-02 00:03:36 +00:00
|
|
|
!test/container
|
2023-10-07 02:55:30 +00:00
|
|
|
!test/e2e/testdata
|
|
|
|
|
!test/fixture
|
|
|
|
|
!test/remote
|
2023-02-25 18:15:26 +00:00
|
|
|
!hack/installers
|
|
|
|
|
!hack/gpg-wrapper.sh
|
|
|
|
|
!hack/git-verify-wrapper.sh
|
|
|
|
|
!hack/tool-versions.sh
|
|
|
|
|
!hack/install.sh
|