mirror of
https://github.com/TheLovinator1/wutheringwaves.git
synced 2025-08-01 23:13:28 +02:00
Add .gitattributes to mark generated files and folders for linguist
This commit is contained in:
7
.gitattributes
vendored
Normal file
7
.gitattributes
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
# Mark generated folders as generated to exclude from language statistics
|
||||
articles/** linguist-generated=true
|
||||
html/** linguist-generated=true
|
||||
|
||||
# Mark XML files as generated since they're also auto-generated
|
||||
articles_all.xml linguist-generated=true
|
||||
articles_latest.xml linguist-generated=true
|
Reference in New Issue
Block a user