mirror of
https://github.com/TryGhost/Ghost.git
synced 2023-12-13 21:00:40 +01:00
c8b29724e0
refs #9528 refs TryGhost/Ghost-CLI#681 - added a new `/content/settings` folder - bumped Ghost-CLI engine requirement to >= 1.7.0
78 lines
1 KiB
Text
78 lines
1 KiB
Text
b-cov
|
|
*.seed
|
|
*.log
|
|
*.csv
|
|
*.dat
|
|
*.out
|
|
*.pid
|
|
*.gz
|
|
|
|
!core/test/utils/fixtures/**/*.csv
|
|
|
|
pids
|
|
results
|
|
|
|
package-lock.json
|
|
npm-debug.log
|
|
node_modules
|
|
bower_components
|
|
.bowerrc
|
|
.idea/*
|
|
*.iml
|
|
*.sublime-*
|
|
projectFilesBackup
|
|
|
|
.DS_Store
|
|
|
|
# vim-related
|
|
[._]*.s[a-w][a-z]
|
|
[._]s[a-w][a-z]
|
|
*.un~
|
|
Session.vim
|
|
.netrwhist
|
|
.vimrc
|
|
*~
|
|
|
|
# TernJS
|
|
.tern-project
|
|
|
|
# Ghost DB file
|
|
*.db
|
|
*.db-journal
|
|
|
|
.build
|
|
.dist
|
|
.tmp
|
|
|
|
/core/server/data/export/exported*
|
|
/content/tmp/*
|
|
/content/data/*
|
|
/content/logs/*
|
|
/content/settings/*
|
|
/content/apps/**/*
|
|
/content/themes/**/*
|
|
/content/images/**/*
|
|
/content/adapters/storage/**/*
|
|
/content/adapters/scheduling/**/*
|
|
!/content/themes/casper/**
|
|
!/README.md
|
|
!/content/**/README.md
|
|
|
|
# Changelog, which is autogenerated, not committed
|
|
CHANGELOG.md
|
|
|
|
# Test generated files
|
|
/core/test/functional/*.png
|
|
/core/test/coverage
|
|
|
|
# ignore all custom json files for config
|
|
/config.*.json
|
|
|
|
# Built asset files
|
|
/core/built
|
|
/core/server/web/admin/views/*
|
|
/core/server/public/ghost-sdk.min.js
|
|
/core/server/public/ghost.min.css
|
|
|
|
# Coverage reports
|
|
coverage.html
|