Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 436 Bytes

Fix language stats in Github.md

File metadata and controls

18 lines (13 loc) · 436 Bytes
created modified
2024-08-21 17:40:58 +0800
2024-08-21 17:43:30 +0800

Fix language stats in Github

reference

You need to create a file .gitattributes under the project root folder:

# for example, ignore javascript, html, jupyter notebooks

*.html linguist-detectable=false
*.js linguist-detectable=false
*.ipynb linguist-detectable=false