Exclude lightrag/api/webui from pre-commit hooks.

- Added .gitattributes for webui files(exclude it from git dfff)
- Excluded webui from trailing-whitespace hook
- Excluded webui from end-of-file-fixer
- Excluded webui from ruff-format hook
- Excluded webui from check-manifest hook
This commit is contained in:
yangdx
2025-03-11 16:13:51 +08:00
parent f1d312a2ce
commit af359f83fc
2 changed files with 7 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
lightrag/api/webui/** -diff