mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05: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
1 changed files with 6 additions and 0 deletions
6
ghost/core/.gitignore
vendored
6
ghost/core/.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue