fixed helm deployment by blacklisting nix direnv

This commit is contained in:
Sebastian Wendel 2022-06-15 15:22:25 +02:00
parent 894d6cc887
commit 0e24536f16
No known key found for this signature in database
GPG key ID: 1422B7DF78144640

View file

@ -2,6 +2,7 @@
# This supports shell glob matching, relative path matching, and # This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line. # negation (prefixed with !). Only one pattern per line.
.DS_Store .DS_Store
# Common VCS dirs # Common VCS dirs
.git/ .git/
.gitignore .gitignore
@ -10,6 +11,7 @@
.hg/ .hg/
.hgignore .hgignore
.svn/ .svn/
# Common backup files # Common backup files
*.swp *.swp
*.bak *.bak
@ -21,3 +23,6 @@
.idea/ .idea/
*.tmproj *.tmproj
.vscode/ .vscode/
# Nix
.direnv