created | modified |
---|---|
2024-08-21 17:40:58 +0800 |
2024-08-21 17:43:30 +0800 |
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