aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexander Alexeev2016-11-20 03:20:49 +0700
committerGravatar Vitaly Takmazov2016-11-23 13:03:01 +0300
commite5f90386e764f7b007dff947effbfe013ba297bc (patch)
tree52fe0a534a3aacbb3a5cbca04ca2902f996d08d9
parent7a2ea130863bb095fa925ec0c7576b076490f0cf (diff)
updated for spring-web project
-rw-r--r--.gitignore5
-rw-r--r--.gitmodules3
2 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index e54b900c..efac9369 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,4 +9,7 @@ deps/*
.gradle/**
**/node_modules/**
juick-www/src/main/webapp/scripts.js*
-juick-www/src/main/webapp/style.css* \ No newline at end of file
+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
diff --git a/.gitmodules b/.gitmodules
index 9fbba638..5b7ebbf7 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
[submodule "juick-www/src/main/resources/help"]
path = juick-www/src/main/resources/help
url = https://github.com/juick/help.git
+[submodule "juick-spring-www/src/main/resources/help"]
+ path = juick-spring-www/src/main/resources/help
+ url = https://github.com/juick/help.git \ No newline at end of file