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