2023-08-31 14:50:32 +00:00
|
|
|
# local development tailoring
|
2023-07-05 17:47:13 +00:00
|
|
|
go.work
|
|
|
|
go.work.sum
|
2023-08-31 14:50:32 +00:00
|
|
|
.tool-versions
|
|
|
|
|
|
|
|
# app configuration
|
2023-08-29 15:45:20 +00:00
|
|
|
/.syft.yaml
|
2023-08-31 14:50:32 +00:00
|
|
|
|
|
|
|
# tool and bin directories
|
|
|
|
.tmp/
|
|
|
|
bin/
|
2023-07-06 13:00:46 +00:00
|
|
|
/bin
|
2023-06-30 14:19:16 +00:00
|
|
|
/.bin
|
2023-07-18 18:06:34 +00:00
|
|
|
/build
|
2020-07-23 14:52:44 +00:00
|
|
|
/dist
|
|
|
|
/snapshot
|
2023-10-25 13:08:43 +00:00
|
|
|
/.tool
|
|
|
|
/.task
|
2023-08-31 14:50:32 +00:00
|
|
|
|
|
|
|
# changelog generation
|
|
|
|
CHANGELOG.md
|
|
|
|
VERSION
|
|
|
|
|
|
|
|
# IDE configuration
|
2020-06-16 15:37:37 +00:00
|
|
|
.vscode/
|
2023-08-31 14:50:32 +00:00
|
|
|
.idea/
|
|
|
|
.server/
|
2020-12-10 03:20:53 +00:00
|
|
|
.history/
|
2023-08-31 14:50:32 +00:00
|
|
|
|
|
|
|
# test related
|
2020-08-10 14:33:44 +00:00
|
|
|
*.fingerprint
|
2023-08-31 14:50:32 +00:00
|
|
|
/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
|
2023-07-26 17:54:32 +00:00
|
|
|
*.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
|
2020-10-28 20:50:40 +00:00
|
|
|
|
|
|
|
# macOS Finder metadata
|
|
|
|
.DS_STORE
|
2020-12-11 21:14:00 +00:00
|
|
|
|
2022-02-23 02:45:12 +00:00
|
|
|
*.profile
|
|
|
|
|
|
|
|
# attestation
|
|
|
|
cosign.key
|
|
|
|
cosign.pub
|
2023-10-20 17:00:15 +00:00
|
|
|
|
|
|
|
# Byte-compiled object files for python
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
*$py.class
|