0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/.gitignore

73 lines
861 B
Text
Raw Normal View History

2013-05-11 11:44:25 -05:00
b-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz
pids
logs
results
npm-debug.log
node_modules
bower_components
.bowerrc
2013-05-11 11:44:25 -05:00
.idea/*
*.iml
projectFilesBackup
.DS_Store
# vim-related
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
.vimrc
2013-10-14 10:47:54 -05:00
*~
# TernJS
.tern-project
2013-05-11 11:44:25 -05:00
# Ghost DB file
*.db
2013-09-18 13:45:21 -05:00
*.db-journal
2013-05-11 11:44:25 -05:00
.build
.dist
.tmp
/core/server/data/export/exported*
2013-07-01 07:20:51 -05:00
/docs
/_site
/content/tmp/*
/content/data/*
2014-01-21 03:45:27 -05:00
/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
/core/client/config.js
# Built asset files
/core/built
2014-08-30 13:52:05 -05:00
/core/client/assets/css
/core/client/assets/img/contributors/
2014-08-30 13:52:05 -05:00
/core/client/docs/dist/css
/core/client/templates/-contributors.hbs
# Coverage reports
coverage.html