2019-04-08 16:44:30 +02:00
|
|
|
# Node template
|
|
|
|
|
|
|
|
# Logs
|
|
|
|
logs
|
2013-05-11 17:44:25 +01:00
|
|
|
*.log
|
2019-04-08 16:44:30 +02:00
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
|
|
|
|
# Runtime data
|
|
|
|
pids
|
|
|
|
*.pid
|
|
|
|
*.seed
|
|
|
|
*.pid.lock
|
|
|
|
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
|
|
lib-cov
|
|
|
|
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
|
|
coverage
|
|
|
|
|
|
|
|
# nyc test coverage
|
|
|
|
.nyc_output
|
|
|
|
|
|
|
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
|
|
.grunt
|
|
|
|
|
|
|
|
# Bower dependency directory (https://bower.io/)
|
|
|
|
bower_components
|
|
|
|
|
|
|
|
# node-waf configuration
|
|
|
|
.lock-wscript
|
|
|
|
|
|
|
|
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
|
|
|
build/Release
|
|
|
|
|
|
|
|
# Dependency directories
|
|
|
|
node_modules/
|
|
|
|
jspm_packages/
|
|
|
|
|
|
|
|
# Typescript v1 declaration files
|
|
|
|
typings/
|
|
|
|
|
|
|
|
# Optional npm cache directory
|
|
|
|
.npm
|
|
|
|
|
|
|
|
# Optional eslint cache
|
|
|
|
.eslintcache
|
|
|
|
|
|
|
|
# Optional REPL history
|
|
|
|
.node_repl_history
|
|
|
|
|
|
|
|
# Output of 'npm pack'
|
|
|
|
*.tgz
|
|
|
|
|
|
|
|
# Yarn Integrity file
|
|
|
|
.yarn-integrity
|
|
|
|
|
|
|
|
# dotenv environment variables file
|
|
|
|
.env
|
|
|
|
|
|
|
|
# IDE
|
|
|
|
.idea/*
|
|
|
|
*.iml
|
|
|
|
*.sublime-*
|
|
|
|
.vscode/*
|
|
|
|
|
|
|
|
# OSX
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
# Custom ignore starts here
|
|
|
|
|
|
|
|
b-cov
|
2013-05-11 17:44:25 +01:00
|
|
|
*.csv
|
|
|
|
*.dat
|
|
|
|
*.out
|
|
|
|
*.gz
|
|
|
|
|
2020-03-30 16:26:47 +01:00
|
|
|
!test/utils/fixtures/**/*.csv
|
2016-06-03 12:35:17 +01:00
|
|
|
|
2013-05-11 17:44:25 +01:00
|
|
|
results
|
|
|
|
|
2017-10-26 12:37:58 +02:00
|
|
|
package-lock.json
|
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
|
|
|
projectFilesBackup
|
|
|
|
|
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
|
2020-03-30 16:26:47 +01:00
|
|
|
test/functional/*.png
|
|
|
|
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
|