2019-04-08 17:44:30 +03:00
|
|
|
# Node template
|
|
|
|
|
|
|
|
# Logs
|
|
|
|
logs
|
2013-05-11 20:44:25 +04:00
|
|
|
*.log
|
2019-04-08 17:44:30 +03: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 20:44:25 +04:00
|
|
|
*.csv
|
|
|
|
*.dat
|
|
|
|
*.out
|
|
|
|
*.gz
|
|
|
|
|
2020-03-30 18:26:47 +03:00
|
|
|
!test/utils/fixtures/**/*.csv
|
2016-06-03 14:35:17 +03:00
|
|
|
|
2013-05-11 20:44:25 +04:00
|
|
|
results
|
|
|
|
|
2017-10-26 13:37:58 +03:00
|
|
|
package-lock.json
|
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
|
|
|
projectFilesBackup
|
|
|
|
|
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/*
|
2018-04-13 04:29:36 +03:00
|
|
|
/content/settings/*
|
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/**/*
|
2019-02-11 20:32:19 +03:00
|
|
|
!/content/themes/casper
|
2013-12-05 14:44:18 +04:00
|
|
|
!/README.md
|
2018-04-13 04:29:36 +03:00
|
|
|
!/content/**/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
|
2020-03-30 18:26:47 +03:00
|
|
|
test/functional/*.png
|
|
|
|
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
|
2019-02-11 20:32:19 +03:00
|
|
|
/core/server/web/admin/views/*.html
|
2017-04-10 12:30:21 +03:00
|
|
|
/core/server/public/ghost.min.css
|