зеркало из https://github.com/eraser-dev/eraser.git
47 строки
608 B
Plaintext
47 строки
608 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
bin
|
|
testbin/*
|
|
.eraser
|
|
./pkg/eraser/eraser
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Kubernetes Generated files - skip generated files, except for vendored files
|
|
|
|
!vendor/**/zz_generated.*
|
|
|
|
# editor and IDE paraphernalia
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# history files
|
|
.history
|
|
|
|
.vscode/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# docs site
|
|
node_modules/
|
|
.docusaurus/
|
|
/docs/build/
|
|
|
|
!/build/
|
|
/build/*
|
|
!/build/tooling/
|
|
!/build/version.sh
|
|
|
|
# e2e test log outputs
|
|
test/e2e/tests/eraser_logs/
|