diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-09-25 04:04:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-25 04:04:04 +0200 |
commit | 2c8e3fbbfbe26fb78418324ef14caf13ab207623 (patch) | |
tree | 5d33ed814964bba9fd11899087585bda02bd5669 /.gitignore | |
parent | b982d549f440cfebadd5dc8d300a506df213bfee (diff) |
Generate 500.html with assets:precompile, remove loading from Google Fonts (#5067)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 38ebc934f..2f5f1e71a 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ public/system public/assets public/packs public/packs-test +public/500.html .env .env.production node_modules/ |