diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-03-05 21:30:26 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-03-05 21:30:26 +0900 |
| commit | 30597465d554941d28c09456d1673dec5627905f (patch) | |
| tree | 2a9d4a45471de8480b56473542aec36d412c5e76 /.gitattributes | |
| parent | 13c948cb749f8cccacc10eed94664133195337f9 (diff) | |
| download | LunaticChat-30597465d554941d28c09456d1673dec5627905f.tar.gz LunaticChat-30597465d554941d28c09456d1673dec5627905f.tar.bz2 LunaticChat-30597465d554941d28c09456d1673dec5627905f.zip | |
chore: exclude docs Vue files from language statistics
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 2f2bc30..e921901 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,4 @@ x linguist-vendored=true gradlew linguist-vendored=true .github/scripts/post-test-results.sh linguist-vendored=true +docs/.vitepress/theme/*.vue linguist-vendored=true |
