From 871a4264b8c652b308fa4087d4ad5e39aaa956fa Mon Sep 17 00:00:00 2001 From: Kitteh Date: Sat, 8 May 2021 03:22:39 +0100 Subject: [PATCH] Add webpack to gitattributes. --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 2756a87..f7ce4dd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ src/translations/* linguist-vendored -linguist-detectable -checkTranslations.mjs -linguist-detectable \ No newline at end of file +checkTranslations.mjs -linguist-detectable +webpack.config.js -linguist-detectable \ No newline at end of file