diff options
author | Satoshi KOJIMA <skoji@mac.com> | 2017-07-28 08:55:52 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-07-28 01:55:52 +0200 |
commit | e54cc15cbd0b21c32acfa223e57f24667b158f48 (patch) | |
tree | db72a9adfce6dc0d284104d627195d9712e5540d /.gitignore | |
parent | 2654f3be82c518693c41b73fe68d693a345dbe67 (diff) |
fix #4356 : place sw.js to assets/sw.js (#4357)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 868a84368..38ebc934f 100644 --- a/.gitignore +++ b/.gitignore @@ -21,7 +21,6 @@ public/system public/assets public/packs public/packs-test -public/sw.js .env .env.production node_modules/ |