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
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
@ -10,6 +11,7 @@
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
@ -21,3 +23,6 @@
.idea/
*.tmproj
.vscode/
# Nix
.direnv