mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-14 19:25:26 +03:00
30b4eb07f7
- This is a first pass at getting a more logical structure. The focus is on moving from admin/frontend to client/server. - The location of the databases is highly important, this isn't expected to change again In the future - client/assets should probably become public/ - more stuff should be shared (helpers etc) - cleanup some confusion around tpl and views
39 lines
494 B
Plaintext
39 lines
494 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 |