mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
reintroduce helmignore (#522)
Signed-off-by: Ryan Holt <ryan@ryanholt.net>
This commit is contained in:
parent
8dcc5b95ca
commit
dca725c103
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,4 +14,3 @@ charts/*/charts
|
||||
.env
|
||||
.envrc
|
||||
Gemfile.lock
|
||||
.helmignore
|
||||
|
24
charts/teedy/.helmignore
Normal file
24
charts/teedy/.helmignore
Normal file
@ -0,0 +1,24 @@
|
||||
# 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/
|
||||
# OWNERS file for Kubernetes
|
||||
OWNERS
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
appVersion: v1.9
|
||||
description: Teedy is an open source, lightweight document management system for individuals and businesses.
|
||||
name: teedy
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
keywords:
|
||||
- teedy
|
||||
- documents
|
||||
|
Loading…
Reference in New Issue
Block a user