diff options
author | Vitaly Takmazov | 2021-03-31 00:21:12 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2021-03-31 00:21:12 +0300 |
commit | b034b3ede4844c6873fef9b2f031d698bc8b0327 (patch) | |
tree | 580975a80d4cd13aae04f9d8aa858674b71bcc0e /.gitignore | |
parent | 03bf67156f0ecfcaf11c76484251bd57422cb897 (diff) |
Gradle -> Maven
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -17,9 +17,10 @@ **/bin/** **/.DS_Store **/out/** -src/main/resources/static/*.js -src/main/resources/static/*.css -src/main/resources/static/*.svg -src/main/resources/static/*.map -src/main/resources/static/*.LICENSE +target/** +src/main/resources-filtered/static/*.js +src/main/resources-filtered/static/*.css +src/main/resources-filtered/static/*.svg +src/main/resources-filtered/static/*.map +src/main/resources-filtered/static/*.LICENSE src/main/resources/application-durov.properties |