aboutsummaryrefslogtreecommitdiff
path: root/grumpy/static-files/.helmignore
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2019-09-22 09:23:20 -0700
committerMax Resnick <max@ofmax.li>2019-09-22 09:23:20 -0700
commit479a617193774e2fe88279caa34ae3ff56a35fba (patch)
tree6e42c80583e877bb58fda360bc1e17d626c1ba82 /grumpy/static-files/.helmignore
parent11d2384be92b00b830f4a0e4fdc9a8bf86b76d31 (diff)
downloadgrumpy-charts-479a617193774e2fe88279caa34ae3ff56a35fba.tar.gz
add static files
Diffstat (limited to '')
-rw-r--r--grumpy/static-files/.helmignore22
1 files changed, 22 insertions, 0 deletions
diff --git a/grumpy/static-files/.helmignore b/grumpy/static-files/.helmignore
new file mode 100644
index 0000000..50af031
--- /dev/null
+++ b/grumpy/static-files/.helmignore
@@ -0,0 +1,22 @@
+# Patterns to ignore when building packages.
+# This supports shell glob matching, relative path matching, and
+# negation (prefixed with !). Only one pattern per line.
+.DS_Store
+# Common VCS dirs
+.git/
+.gitignore
+.bzr/
+.bzrignore
+.hg/
+.hgignore
+.svn/
+# Common backup files
+*.swp
+*.bak
+*.tmp
+*~
+# Various IDEs
+.project
+.idea/
+*.tmproj
+.vscode/