diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-10-09 20:51:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-09 20:51:24 +0200 |
commit | 92e7815d1dce96ac5e01b10bcfa110aa96487c35 (patch) | |
tree | 4d026d16798578ec2d79ef960d1564f126f63d4d /.gitignore | |
parent | 9d97054fe6ad72da1ef70b0a027bb32cb1fbdfb4 (diff) |
Fix #5274 - Create symlink from public/500.html to public/assets/500.html (#5288)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 2f5f1e71a..38ebc934f 100644 --- a/.gitignore +++ b/.gitignore @@ -21,7 +21,6 @@ public/system public/assets public/packs public/packs-test -public/500.html .env .env.production node_modules/ |