diff options
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 |