0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

🐛 Ensure that admin templates are on npm

fixes #8216

- Admin templates are now html files, we need to not ignore them
This commit is contained in:
Hannah Wolfe 2017-03-23 15:44:14 +00:00 committed by Austin Burdine
parent 76fd1264a8
commit 5b161a2856

View file

@ -30,6 +30,7 @@ CONTRIBUTING.md
SECURITY.md
.travis.yml
*.html
!core/server/admin/views/**
!core/server/mail/templates/**
bower_components/**
.editorconfig