diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-06-29 16:59:30 +0200 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2026-06-29 17:02:12 +0200 |
| commit | 52320f2817830c60c88bdfb119f8e5cb9d11ad94 (patch) | |
| tree | 5b9f22bd52bd4033d6e1fee5bac886c30447ee31 | |
| parent | 772ccb06548fb1a65d8623ea545facb0bcabb97c (diff) | |
| download | vyos-1x-52320f2817830c60c88bdfb119f8e5cb9d11ad94.tar.gz vyos-1x-52320f2817830c60c88bdfb119f8e5cb9d11ad94.zip | |
T9028: add .claude folder to .gitignore
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0a52048be..575df4364 100644 --- a/.gitignore +++ b/.gitignore @@ -163,3 +163,6 @@ python/vyos/proto/*.desc # We do not use pip Pipfile Pipfile.lock + +# AI stuff +.claude/ |
