2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00
Ghost/.gitignore
2014-06-09 15:12:37 -04:00

75 lines
917 B
Text

b-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz
pids
logs
results
npm-debug.log
node_modules
bower_components
.bowerrc
.idea/*
*.iml
projectFilesBackup
.DS_Store
# vim-related
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
.vimrc
*~
# TernJS
.tern-project
# Ghost DB file
*.db
*.db-journal
.build
.dist
.tmp
/core/clientold/tpl/hbs-tpl.js
/core/clientold/assets/css
/core/clientold/assets/fonts
/core/clientold/assets/vendor
/core/client/assets/css
!/core/client/assets/css/ember-hacks.css
/core/client/assets/fonts
/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