mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-10 11:24:39 +03:00
c5fa7ae1a6
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.
49 lines
646 B
Plaintext
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
|