sigs.k8s.io/kueue@v0.6.2/.gitignore (about) 1 2 # Binaries for programs and plugins 3 *.exe 4 *.exe~ 5 *.dll 6 *.so 7 *.dylib 8 bin 9 artifacts 10 testbin/* 11 .DS_Store 12 # Test binary, build with `go test -c` 13 *.test 14 15 # Output of the go coverage tool, specifically when used with LiteIDE 16 *.out 17 18 19 # editor and IDE paraphernalia 20 .idea 21 .vscode 22 *.nix 23 *.swp 24 *.swo 25 *~ 26 27 # vendor files 28 vendor 29 30 # Local Netlify folder 31 .netlify 32 33 # Directory with CRDs for dependencies 34 dep-crds