diff options
| author | Max Resnick <max@ofmax.li> | 2020-01-01 11:08:33 -0800 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2020-01-01 11:08:33 -0800 |
| commit | 584857f515ab6fe30530d25483869ed517e9575d (patch) | |
| tree | a8da4270005b51100d795c58b9ae24f5fc6d0219 /grumpy/cgit/.helmignore | |
| parent | 479a617193774e2fe88279caa34ae3ff56a35fba (diff) | |
| download | grumpy-charts-584857f515ab6fe30530d25483869ed517e9575d.tar.gz | |
add cgit chart
Diffstat (limited to 'grumpy/cgit/.helmignore')
| -rw-r--r-- | grumpy/cgit/.helmignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/grumpy/cgit/.helmignore b/grumpy/cgit/.helmignore new file mode 100644 index 0000000..50af031 --- /dev/null +++ b/grumpy/cgit/.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/ |