syft/.gitignore

73 lines
777 B
Text
Raw Normal View History

# local development tailoring
go.work
go.work.sum
.tool-versions
# app configuration
/.syft.yaml
# tool and bin directories
.tmp/
bin/
/bin
/.bin
/build
/dist
/snapshot
/.tool
/.task
# changelog generation
CHANGELOG.md
VERSION
# IDE configuration
2020-06-16 15:37:37 +00:00
.vscode/
.idea/
.server/
.history/
# test related
*.fingerprint
/test/results
coverage.txt
*.log
# probable archives
.images
2020-05-12 14:45:18 +00:00
*.tar
2020-07-07 22:04:27 +00:00
*.jar
*.war
*.ear
*.jpi
*.hpi
*.zip
*.iml
2020-05-12 14:45:18 +00:00
2020-05-07 18:19:31 +00:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
2020-05-12 14:45:18 +00:00
# Test binary, build with `go test -c`
2020-05-07 18:19:31 +00:00
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
2020-06-16 15:37:37 +00:00
*.out
# macOS Finder metadata
.DS_STORE
*.profile
# attestation
cosign.key
cosign.pub
# Byte-compiled object files for python
__pycache__/
*.py[cod]
*$py.class