2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00
Ghost/.gitignore
Hannah Wolfe bee58922b2 Rename client -> clientold
issue #2271

- should allow development of new admin UI whilst still having access to the old ui
2014-02-27 00:52:04 +00:00

65 lines
872 B
Plaintext

b-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz
pids
logs
results
npm-debug.log
node_modules
.idea/*
*.iml
projectFilesBackup
.DS_Store
*~
*.swp
*.swo
# Ghost DB file
*.db
*.db-journal
.build
.dist
/core/clientold/tpl/hbs-tpl.js
/core/clientold/assets/css
.sass-cache/
/core/clientold/assets/sass/config.rb
/core/clientold/assets/sass/layouts/config.rb
/core/clientold/assets/sass/modules/config.rb
/core/clientold/assets/sass/modules/bourbon
/core/clientold/assets/sass/modules/bourbon/*
/core/server/data/export/exported*
/docs
/_site
/content/tmp/*
/content/data/*
/content/apps/**/*
/content/themes/**/*
/content/images/**/*
!/content/themes/casper/**
!/README.md
# Changelog, which is autogenerated, not committed
CHANGELOG.md
# Casper generated files
/core/test/functional/*.png
config.js
# Built asset files
/core/built
# Coverage reports
coverage.html