aboutsummaryrefslogtreecommitdiff
path: root/grumpy/gitsnapshot/.helmignore
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2019-08-03 22:22:27 -0700
committerMax Resnick <max@ofmax.li>2019-08-18 23:05:42 -0700
commit7d9a09e262d512eca02a254ee3534e71335a984f (patch)
treee3d91c6f58ec5a9cb36ee68b7c36a726732e89d3 /grumpy/gitsnapshot/.helmignore
parentca67c4ad52142c5246b28a34f9c25a22684432be (diff)
downloadgrumpy-charts-7d9a09e262d512eca02a254ee3534e71335a984f.tar.gz
init commit of build tools and snapshot"
Diffstat (limited to '')
-rw-r--r--grumpy/gitsnapshot/.helmignore22
1 files changed, 22 insertions, 0 deletions
diff --git a/grumpy/gitsnapshot/.helmignore b/grumpy/gitsnapshot/.helmignore
new file mode 100644
index 0000000..50af031
--- /dev/null
+++ b/grumpy/gitsnapshot/.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/