diff options
author | Vitaly Takmazov | 2018-11-08 21:38:27 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-11-08 21:38:27 +0300 |
commit | 7aaa3f9a29c280f01c677c918932620be45cdbd7 (patch) | |
tree | 39947b2c889afd08f9c73ba54fab91159d2af258 /.gitignore | |
parent | 3ea9770d0d43fbe45449ac4531ec4b0a374d98ea (diff) |
Merge everything into single Spring Boot application
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |