From aa19744ae40767b2523ac0117792b47e08209cdf Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 22 Jun 2017 15:37:09 +0300 Subject: Webpack 3, chunknames in templates --- .gitignore | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index dd3cfa84..0be9451b 100644 --- a/.gitignore +++ b/.gitignore @@ -14,8 +14,7 @@ deps/* **/.project **/.settings/** **/bin/** -juick-www/src/main/webapp/scripts.js* -juick-www/src/main/webapp/style.css* - -juick-spring-www/src/main/webapp/scripts.js* -juick-spring-www/src/main/webapp/style.css* \ No newline at end of file +juick-www/src/main/resources/*.js +juick-www/src/main/resources/*.css +juick-www/src/main/resources/*.map +juick-www/src/main/resources/manifest.json \ No newline at end of file -- cgit v1.2.3