diff options
author | Vitaly Takmazov | 2017-12-18 19:31:19 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-12-18 19:31:19 +0300 |
commit | c730c372ab4b9fdc310b4fc25d71012e2424457a (patch) | |
tree | 1a98292d7f7da7bbf3c868e623c07dc91b952690 /.gitignore | |
parent | c6ac30f743167c5276569c7b95b586e9827a4e9e (diff) |
update .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -14,7 +14,9 @@ deps/* **/.project **/.settings/** **/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
\ No newline at end of file +juick-www/src/main/resources/manifest.json |