mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-11-10 09:12:47 +08:00
7fd6a74e0c
Co-authored-by: Josh Zhang <jzhang1@stackoverflow.com>
22 lines
329 B
Text
22 lines
329 B
Text
# Based on the default .semgrepignore documented here:
|
|
|
|
# https://semgrep.dev/docs/ignoring-files-folders-code/#understanding-semgrep-defaults
|
|
|
|
# but not ignoring '\*\_test.go'.
|
|
|
|
# Ignore git items
|
|
|
|
.gitignore
|
|
.git/
|
|
:include .gitignore
|
|
|
|
.semgrep
|
|
.semgrep_logs/
|
|
|
|
.github/
|
|
.vscode/
|
|
.changelog/
|
|
CHANGELOG.md
|
|
go.mod
|
|
go.sum
|
|
README.md
|