diff options
author | Vitaly Takmazov | 2018-03-28 12:12:24 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-03-28 12:12:24 +0300 |
commit | 113b0ef375c771924a0d0ac51dd606355cc0ae02 (patch) | |
tree | f16e2b4ff27cf27a48be12fc40166a825e4139ce /.gitignore | |
parent | 94f85e2ec113efee03def8ae9539cdaee21cccf9 (diff) |
update .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -16,7 +16,6 @@ deps/* **/bin/** **/.DS_Store **/out/** -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 +juick-www/src/main/resources/static/*.js +juick-www/src/main/resources/static/*.css +juick-www/src/main/resources/static/*.map |