wikijs-fork/.gitignore

57 lines
743 B
Plaintext
Raw Normal View History

2016-08-16 19:35:26 +00:00
# Logs
logs
*.log
npm-debug.log*
2017-02-16 17:49:56 +00:00
/logs
2016-08-16 19:35:26 +00:00
# Runtime data
pids
*.pid
*.seed
# 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
# node-waf configuration
.lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
2016-08-17 00:56:55 +00:00
# Deployment builds
dist
2016-08-16 19:35:26 +00:00
# Dependency directories
node_modules
2017-02-14 20:27:08 +00:00
npm/node_modules
2016-08-16 19:35:26 +00:00
jspm_packages
# Optional npm cache directory
.npm
# Optional REPL history
.node_repl_history
2016-08-17 00:56:55 +00:00
2017-03-29 00:19:01 +00:00
# NewRelic APM
newrelic.js
2017-03-27 02:07:40 +00:00
# Fusebox
.fusebox
2016-08-17 00:56:55 +00:00
# Config Files
2016-08-20 04:50:29 +00:00
config.yml
# Data directories
/repo
/data
2017-02-14 20:27:08 +00:00
/uploads