diff options
| author | Baitinq <[email protected]> | 2024-04-28 23:25:49 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2024-04-28 23:26:34 +0200 |
| commit | 5d76adc2b7f655bdc2a61cada09ce2730b2158d0 (patch) | |
| tree | bda621f552a72d7712eb070cca0f60a2b778da8c /k8s/rest-api/.helmignore | |
| download | fs-tracer-backend-5d76adc2b7f655bdc2a61cada09ce2730b2158d0.tar.gz fs-tracer-backend-5d76adc2b7f655bdc2a61cada09ce2730b2158d0.tar.bz2 fs-tracer-backend-5d76adc2b7f655bdc2a61cada09ce2730b2158d0.zip | |
Initial commit
Diffstat (limited to 'k8s/rest-api/.helmignore')
| -rw-r--r-- | k8s/rest-api/.helmignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/k8s/rest-api/.helmignore b/k8s/rest-api/.helmignore new file mode 100644 index 0000000..0e8a0eb --- /dev/null +++ b/k8s/rest-api/.helmignore @@ -0,0 +1,23 @@ +# 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 +*.orig +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ |