2013-05-11 20:44:25 +04:00
|
|
|
b-cov
|
|
|
|
*.seed
|
|
|
|
*.log
|
|
|
|
*.csv
|
|
|
|
*.dat
|
|
|
|
*.out
|
|
|
|
*.pid
|
|
|
|
*.gz
|
|
|
|
|
2016-06-03 14:35:17 +03:00
|
|
|
!core/test/utils/fixtures/**/*.csv
|
|
|
|
|
2013-05-11 20:44:25 +04:00
|
|
|
pids
|
|
|
|
results
|
|
|
|
|
2017-10-26 13:37:58 +03:00
|
|
|
package-lock.json
|
2013-05-11 20:44:25 +04:00
|
|
|
npm-debug.log
|
|
|
|
node_modules
|
2014-03-04 01:41:34 +04:00
|
|
|
bower_components
|
2014-03-16 12:06:56 +04:00
|
|
|
.bowerrc
|
2013-05-11 20:44:25 +04:00
|
|
|
.idea/*
|
|
|
|
*.iml
|
2014-10-13 20:22:34 +04:00
|
|
|
*.sublime-*
|
2013-05-11 20:44:25 +04:00
|
|
|
projectFilesBackup
|
|
|
|
|
|
|
|
.DS_Store
|
2014-06-09 23:12:37 +04:00
|
|
|
|
|
|
|
# vim-related
|
|
|
|
[._]*.s[a-w][a-z]
|
|
|
|
[._]s[a-w][a-z]
|
|
|
|
*.un~
|
|
|
|
Session.vim
|
|
|
|
.netrwhist
|
|
|
|
.vimrc
|
2013-10-14 19:47:54 +04:00
|
|
|
*~
|
2014-06-09 23:12:37 +04:00
|
|
|
|
|
|
|
# TernJS
|
|
|
|
.tern-project
|
2013-05-11 20:44:25 +04:00
|
|
|
|
|
|
|
# Ghost DB file
|
|
|
|
*.db
|
2013-09-18 22:45:21 +04:00
|
|
|
*.db-journal
|
2013-05-11 20:44:25 +04:00
|
|
|
|
2013-07-02 01:24:59 +04:00
|
|
|
.build
|
|
|
|
.dist
|
2014-02-27 08:45:45 +04:00
|
|
|
.tmp
|
2013-07-02 01:24:59 +04:00
|
|
|
|
2013-07-11 23:02:18 +04:00
|
|
|
/core/server/data/export/exported*
|
2013-12-04 06:47:39 +04:00
|
|
|
/content/tmp/*
|
2013-10-11 20:15:34 +04:00
|
|
|
/content/data/*
|
2016-10-28 16:27:02 +03:00
|
|
|
/content/logs/*
|
2014-01-21 12:45:27 +04:00
|
|
|
/content/apps/**/*
|
2013-10-11 20:15:34 +04:00
|
|
|
/content/themes/**/*
|
2013-09-13 01:01:59 +04:00
|
|
|
/content/images/**/*
|
2017-04-07 12:53:38 +03:00
|
|
|
/content/adapters/storage/**/*
|
|
|
|
/content/adapters/scheduling/**/*
|
2013-10-11 20:15:34 +04:00
|
|
|
!/content/themes/casper/**
|
2013-12-05 14:44:18 +04:00
|
|
|
!/README.md
|
2013-08-01 11:12:59 +04:00
|
|
|
|
|
|
|
# Changelog, which is autogenerated, not committed
|
2013-08-24 04:02:01 +04:00
|
|
|
CHANGELOG.md
|
|
|
|
|
2015-04-18 15:20:03 +03:00
|
|
|
# Test generated files
|
2013-09-06 19:54:50 +04:00
|
|
|
/core/test/functional/*.png
|
2015-04-18 15:20:03 +03:00
|
|
|
/core/test/coverage
|
2013-09-06 19:54:50 +04:00
|
|
|
|
2016-09-13 18:28:49 +03:00
|
|
|
# ignore all custom json files for config
|
2017-10-24 19:18:35 +03:00
|
|
|
/config.*.json
|
2013-09-14 06:15:30 +04:00
|
|
|
|
|
|
|
# Built asset files
|
2013-11-03 03:40:43 +04:00
|
|
|
/core/built
|
2017-12-06 19:37:54 +03:00
|
|
|
/core/server/web/admin/views/*
|
2017-07-28 17:23:32 +03:00
|
|
|
/core/server/public/ghost-sdk.min.js
|
2017-04-10 12:30:21 +03:00
|
|
|
/core/server/public/ghost.min.css
|
2013-11-03 03:40:43 +04:00
|
|
|
|
|
|
|
# Coverage reports
|
2013-12-05 14:44:18 +04:00
|
|
|
coverage.html
|