From 479a617193774e2fe88279caa34ae3ff56a35fba Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Sun, 22 Sep 2019 09:23:20 -0700 Subject: add static files --- grumpy/static-files/.helmignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 grumpy/static-files/.helmignore (limited to 'grumpy/static-files/.helmignore') 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/ -- cgit v1.2.3