"Mychart/.helmignore"의 두 판 사이의 차이

(새 문서: ==개요== {{소문자}} ;mychart/.helmignore <syntaxhighlight lang='text'> # Patterns to ignore when building packages. # This supports shell glob matching, relative path matching,...)
 
 
3번째 줄: 3번째 줄:
;mychart/.helmignore
;mychart/.helmignore


<syntaxhighlight lang='text'>
<syntaxhighlight lang='bash'>
# Patterns to ignore when building packages.
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# This supports shell glob matching, relative path matching, and

2022년 9월 30일 (금) 20:58 기준 최신판

1 개요[ | ]

mychart/.helmignore
# 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/

2 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}