2020-02-18 16:25:03 +00:00
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
2020-02-04 18:17:20 +00:00
|
|
|
|
2020-02-18 16:25:03 +00:00
|
|
|
# Runtime data
|
|
|
|
pids
|
|
|
|
*.pid
|
|
|
|
*.seed
|
|
|
|
*.pid.lock
|
2020-02-04 18:26:48 +00:00
|
|
|
|
2020-02-18 16:25:03 +00:00
|
|
|
# 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 (http://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
|
|
|
|
|
|
|
|
# dotenv environment variable files
|
|
|
|
.env*
|
|
|
|
|
|
|
|
# Mac files
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
# Yarn
|
|
|
|
yarn-error.log
|
|
|
|
.pnp/
|
|
|
|
.pnp.js
|
|
|
|
# Yarn Integrity file
|
|
|
|
.yarn-integrity
|
2020-03-05 10:37:50 +00:00
|
|
|
|
|
|
|
# Cypress
|
2020-08-18 16:06:22 +00:00
|
|
|
packages/webapp/cypress/screenshots
|
|
|
|
packages/webapp/cypress/videos
|
2020-06-22 09:54:01 +00:00
|
|
|
|
|
|
|
# Docker data
|
|
|
|
docker/data
|
|
|
|
|
2020-10-30 09:24:23 +00:00
|
|
|
# Docker override
|
|
|
|
docker-compose.override.yml
|
|
|
|
|
2020-11-26 10:44:55 +00:00
|
|
|
# Nginx custom server overrides
|
|
|
|
docker/nginx/conf.d/server-override/*
|
|
|
|
!docker/nginx/conf.d/server-override/example
|
|
|
|
|
2020-06-22 09:54:01 +00:00
|
|
|
# Cache files
|
|
|
|
__pycache__
|
2020-07-27 09:30:55 +00:00
|
|
|
/.idea/
|
2020-08-31 11:27:49 +00:00
|
|
|
/venv*
|