aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
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