Added copied release assets into .gitignore

- these files are copied into the `ghost/core` folder by monobundle so
  they can be included with NPM, but they shouldn't be in git because
  they'd just be duplicates of the top-level files
This commit is contained in:
Daniel Lockyer 2022-08-10 14:18:25 +02:00
parent 89106bce1c
commit 41d228a1ae
No known key found for this signature in database
GPG Key ID: D21186F0B47295AD

View File

@ -116,6 +116,12 @@ projectFilesBackup
# Changelog, which is autogenerated, not committed
CHANGELOG.md
# Assets bundled into the release but we don't want to commit
LICENSE
PRIVACY.md
README.md
yarn.lock
# Test generated files
test/functional/*.png
test/coverage