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