Make the Github Linguist ignore JS files

This commit is contained in:
TheFrenchGhosty 2021-05-23 16:53:16 +00:00 committed by GitHub
parent 993d731c92
commit 5a59bd9998
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
# https://github.community/t/how-to-change-the-category/2261/3
*.js linguist-detectable=false