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

73 lines
868 B
Text
Raw Normal View History

2013-05-11 11:44:25 -05:00
b-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz
!core/test/utils/fixtures/**/*.csv
2013-05-11 11:44:25 -05:00
pids
logs
results
npm-debug.log
node_modules
bower_components
.bowerrc
2013-05-11 11:44:25 -05:00
.idea/*
*.iml
2014-10-13 11:22:34 -05:00
*.sublime-*
2013-05-11 11:44:25 -05:00
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*
/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
# Test generated files
/core/test/functional/*.png
/core/test/coverage
# ignore all custom json files for config
config.*.json
# Built asset files
/core/built
2015-02-12 22:22:27 -05:00
/core/server/views/default.hbs
/core/shared/ghost-url.min.js
# Coverage reports
coverage.html