Browse Source

Make the Github Linguist ignore JS files

pull/2116/head
TheFrenchGhosty 5 years ago
committed by GitHub
parent
commit
5a59bd9998
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .gitattributes

2
.gitattributes

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