mirror of
https://github.com/helm/helm.git
synced 2026-08-07 08:31:21 +00:00
chore: Add AI Vendor specific paths to .gitignore
Signed-off-by: George Jenkins <gvjenkins@gmail.com>
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -3,7 +3,6 @@
|
||||
.DS_Store
|
||||
.coverage/
|
||||
.idea
|
||||
.claude
|
||||
.vimrc
|
||||
.vscode/
|
||||
.devcontainer/
|
||||
@@ -11,7 +10,14 @@ _dist/
|
||||
_dist_versions/
|
||||
bin/
|
||||
vendor/
|
||||
.pre-commit-config.yaml
|
||||
|
||||
# Ignores charts pulled for dependency build tests
|
||||
cmd/helm/testdata/testcharts/issue-7233/charts/*
|
||||
pkg/cmd/testdata/testcharts/issue-7233/charts/*
|
||||
.pre-commit-config.yaml
|
||||
|
||||
# AI Vendor specific paths
|
||||
CLAUDE.md
|
||||
.claude/
|
||||
.codex/
|
||||
.cursor/
|
||||
|
||||
Reference in New Issue
Block a user