external-dns/.gitignore
Andrew Hay e22ceab66f
refactor(pihole): reduce cyclomatic complexity of TestProviderV6 (#5876)
* refactor(pihole): reduce cyclomatic complexity of TestProviderV6

* chore(pihole): increase coverage

* style: linting

* style: linting

* fix: remove coverage html
2025-10-01 00:50:23 -07:00

68 lines
756 B
Plaintext

# OSX leaves these everywhere on SMB shares
._*
# OSX trash
.DS_Store
# Eclipse files
.classpath
.project
.settings/**
# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
.idea/
*.iml
# Vscode files
.vscode
__debug_*
# This is where the result of the go build goes
/output*/
/_output*/
/_output
/build
# Emacs save files
*~
\#*\#
.\#*
# Vim-related files
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
# cscope-related files
cscope.*
/bazel-*
# coverage output
cover.out
coverage.html
*.coverprofile
external-dns
# vendor dir
vendor/
profile.cov
# github codespaces
.venv/
# Helm charts
!/charts/external-dns/
docs/LICENSE.md
docs/code-of-conduct.md
docs/CONTRIBUTING.md
docs/index.md
docs/redirect
site
_scratch
Pipfile