syft/.gitignore

35 lines
371 B
Text
Raw Normal View History

CHANGELOG.md
/dist
/snapshot
.server/
2020-06-16 15:37:37 +00:00
.vscode/
*.fingerprint
2020-05-12 14:45:18 +00:00
*.tar
2020-07-07 22:04:27 +00:00
*.jar
*.war
*.ear
*.jpi
*.hpi
*.zip
2020-05-12 14:45:18 +00:00
.idea/
*.log
.images
.tmp/
coverage.txt
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