mirror of
https://github.com/helm/charts.git
synced 2026-02-14 18:10:14 +00:00
* [WIP][CI] Use factored out testing lib * Incorporate upstream changes * Update Docker image for CircleCI * Update Docker image * Update Docker image * Align with upstream changes * Remove dummy chart and bump a few charts for testing * Fix Dockerfile * Align with upstream changes * Add summary * Update Chart.yaml * Update Docker images * Remove chart test bumps * Align with upstream changes * Bump some charts for testing * Create v2.0.0 * Remove chart version bumps * Revert repo-sync.sh in favor of #5847 * Bump image version * Use latest chart testing image
38 lines
419 B
Plaintext
38 lines
419 B
Plaintext
# General files for the project
|
|
pkg/*
|
|
*.pyc
|
|
bin/*
|
|
.project
|
|
/.bin
|
|
/_test/secrets/*.json
|
|
|
|
# OSX leaves these everywhere on SMB shares
|
|
._*
|
|
|
|
# OSX trash
|
|
.DS_Store
|
|
|
|
# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
|
|
.idea/
|
|
*.iml
|
|
|
|
# Vscode files
|
|
.vscode
|
|
|
|
# Emacs save files
|
|
*~
|
|
\#*\#
|
|
.\#*
|
|
|
|
# Vim-related files
|
|
[._]*.s[a-w][a-z]
|
|
[._]s[a-w][a-z]
|
|
*.un~
|
|
Session.vim
|
|
.netrwhist
|
|
|
|
# Chart dependencies
|
|
**/charts/*.tgz
|
|
|
|
.history
|