Merge pull request #2144 from middelkoopt/tm-local-ai

Ignore local coding agent files
This commit is contained in:
Christian Goll
2026-03-30 09:56:50 +02:00
committed by GitHub
2 changed files with 7 additions and 0 deletions

6
.gitignore vendored
View File

@@ -13,6 +13,12 @@
/wwapid
/wwapird
# local files
/.local/
.claude/
CLAUDE.md
AGENTS.md
# other created files
/docs/man/man1
/docs/man/man5/*.5.gz

View File

@@ -63,6 +63,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Initial one-page quick reference guide
- Document configuring the arp cache for large clusters
- Expand troubleshooting documentation for container runtimes
- Ignore local coding agent files
### Removed