diff options
author | Vitaly Takmazov | 2017-06-22 15:37:09 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-06-22 16:12:02 +0300 |
commit | aa19744ae40767b2523ac0117792b47e08209cdf (patch) | |
tree | 83da69f6998f6cceac8d359f1b0ff566d4148c21 /.gitignore | |
parent | 7928ef38bbca41fdbcff17e78798b91723e2554e (diff) |
Webpack 3, chunknames in templates
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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 |