aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-06-22 15:37:09 +0300
committerGravatar Vitaly Takmazov2017-06-22 16:12:02 +0300
commitaa19744ae40767b2523ac0117792b47e08209cdf (patch)
tree83da69f6998f6cceac8d359f1b0ff566d4148c21 /.gitignore
parent7928ef38bbca41fdbcff17e78798b91723e2554e (diff)
Webpack 3, chunknames in templates
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 4 insertions, 5 deletions
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