Ghost/.gitignore
Adam Howard c5fa7ae1a6 Refactor the initial boot of Ghost, allowing Ghost updates to keep current configuration intact.
Extracts all express-server-related code in index.js to core/server.js, leaving index.js purely for booting up Ghost's core components in a sensible order.

Aside from the project's tidiness, this means that we can perform asynchronous configuration loading/checks before requiring any modules that read the config.
2013-09-14 14:04:08 +01:00

49 lines
646 B
Plaintext

b-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz
pids
logs
results
npm-debug.log
node_modules
.idea/*
*.iml
projectFilesBackup
.DS_Store
# Ghost DB file
*.db
.build
.dist
/core/client/tpl/hbs-tpl.js
/core/client/assets/css
.sass-cache/
/core/client/assets/sass/config.rb
/core/client/assets/sass/layouts/config.rb
/core/client/assets/sass/modules/config.rb
/core/client/assets/sass/modules/bourbon
/core/client/assets/sass/modules/bourbon/*
/core/server/data/export/exported*
/docs
/_site
/content/images/**/*
# Changelog, which is autogenerated, not committed
CHANGELOG.md
# Casper generated files
/core/test/functional/*.png
config.js