From 7aaa3f9a29c280f01c677c918932620be45cdbd7 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 8 Nov 2018 21:38:27 +0300 Subject: Merge everything into single Spring Boot application --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1fcd4143..8b7c458d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -deps/* .idea/* *.iml **/application.properties @@ -16,7 +15,8 @@ deps/* **/bin/** **/.DS_Store **/out/** -juick-server/src/main/resources/static/*.js -juick-server/src/main/resources/static/*.css -juick-server/src/main/resources/static/*.map +src/main/resources/static/*.js +src/main/resources/static/*.css +src/main/resources/static/*.map +src/main/resources/static/*.LICENSE juick.p12 -- cgit v1.2.3