1
0
Fork 0

Add webpack to gitattributes.

This commit is contained in:
Kitteh 2021-05-08 03:22:39 +01:00
parent e616e4ed76
commit 871a4264b8

3
.gitattributes vendored
View file

@ -1,2 +1,3 @@
src/translations/* linguist-vendored -linguist-detectable src/translations/* linguist-vendored -linguist-detectable
checkTranslations.mjs -linguist-detectable checkTranslations.mjs -linguist-detectable
webpack.config.js -linguist-detectable