mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-05 09:06:58 +02:00
63 lines
714 B
Plaintext
63 lines
714 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
|
|
|
|
# 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
|
|
*.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 |