chore: mark dist files as linguist-vendored
Added .gitattributes to classify public/dist files as vendored. This helps Forgejo's linguist tool ignore these files for language stats, providing a clearer view of the project’s actual codebase.
This commit is contained in:
parent
ac0cce0894
commit
c398a409b6
1 changed files with 1 additions and 0 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
public/dist/** linguist-vendored
|
Loading…
Reference in a new issue