mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-23 10:53:34 +03:00
2b7d0f054d
Added a basic UI and implementation for importing and exporting data. Hooked up the routes and tested importing and exporting a version 001 file. Slipped in the TemplateView in base.js but didn't end up using it. I think it will encapsulate common logic for template views pretty well. Should close #175.
35 lines
479 B
Plaintext
35 lines
479 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
|
|
|
|
/core/admin/assets/tpl/hbs-tpl.js
|
|
/core/admin/assets/css
|
|
/core/admin/assets/sass/modules/bourbon
|
|
.sass-cache/
|
|
/core/admin/assets/sass/config.rb
|
|
/core/admin/assets/sass/layouts/config.rb
|
|
/core/admin/assets/sass/modules/config.rb
|
|
/core/admin/assets/sass/modules/bourbon
|
|
/ghost/.idea/
|
|
/core/shared/data/export/exported* |