mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-27 18:52:14 +03:00
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:
parent
89106bce1c
commit
41d228a1ae
6
ghost/core/.gitignore
vendored
6
ghost/core/.gitignore
vendored
@ -116,6 +116,12 @@ projectFilesBackup
|
|||||||
# Changelog, which is autogenerated, not committed
|
# Changelog, which is autogenerated, not committed
|
||||||
CHANGELOG.md
|
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 generated files
|
||||||
test/functional/*.png
|
test/functional/*.png
|
||||||
test/coverage
|
test/coverage
|
||||||
|
Loading…
Reference in New Issue
Block a user