From fb16aa37c7915746173f11c18c53eead7ca5e29e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Pr=C3=A9vost?= Date: Mon, 22 Jul 2019 14:51:08 -0400 Subject: [PATCH] Fix eslint for webapp prod build --- .eslintignore | 1 + .gitignore | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.eslintignore b/.eslintignore index e82e7140..027b17e8 100644 --- a/.eslintignore +++ b/.eslintignore @@ -2,6 +2,7 @@ webapp/node_modules/* webapp/**/vendor/*.js webapp/vendor/**/*.js webapp/bower_components/**/*.js +webapp/webapp-dist/**/*.js webapp/dist/**/*.js webapp/tmp/**/*.js webapp/app/locales/*/translations.js diff --git a/.gitignore b/.gitignore index add16053..d5edac16 100644 --- a/.gitignore +++ b/.gitignore @@ -28,9 +28,11 @@ priv/static/jipt webapp/node_modules webapp/tmp webapp/dist +webapp/webapp-dist jipt/node_modules jipt/.cache jipt/dist +jipt/jipt-dist cli/node_modules cli/.cache cli/dist