| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent be241ba commit 9091398
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -160,6 +160,10 @@ cmake_install.cmake | |||
| 160 | 160 | install_manifest.txt | |
| 161 | 161 | *.cbp | |
| 162 | 162 | ||
| 163 | + # === Rules for AI assistants === | ||
| 164 | + CLAUDE.md | ||
| 165 | + AGENTS.md | ||
| 166 | + | ||
| 163 | 167 | # === Global Rules === | |
| 164 | 168 | # Keep last to avoid being excluded | |
| 165 | 169 | *.pyc | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1448,7 +1448,7 @@ else | |||
| 1448 | 1448 | LINT_MD_NEWER = -newer tools/.mdlintstamp | |
| 1449 | 1449 | endif | |
| 1450 | 1450 | ||
| 1451 | - LINT_MD_TARGETS = doc src lib benchmark test tools/doc tools/icu $(wildcard *.md) | ||
| 1451 | + LINT_MD_TARGETS = doc src lib benchmark test tools/doc tools/icu $(filter-out CLAUDE.md AGENTS.md,$(wildcard *.md)) | ||
| 1452 | 1452 | LINT_MD_FILES = $(shell $(FIND) $(LINT_MD_TARGETS) -type f \ | |
| 1453 | 1453 | ! -path '*node_modules*' ! -path 'test/fixtures/*' -name '*.md' \ | |
| 1454 | 1454 | $(LINT_MD_NEWER)) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -395,6 +395,7 @@ export default [ | |||
| 395 | 395 | // #region markdown config | |
| 396 | 396 | { | |
| 397 | 397 | files: ['**/*.md'], | |
| 398 | + ignores: ['CLAUDE.md', 'AGENTS.md'], | ||
| 398 | 399 | plugins: { | |
| 399 | 400 | markdown, | |
| 400 | 401 | }, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments