2016-11-10 14:23:33 +01:00
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
# Dependency directories
|
|
|
|
node_modules
|
|
|
|
jspm_packages
|
2018-02-07 14:25:02 +01:00
|
|
|
package-lock.json
|
2016-11-10 14:23:33 +01:00
|
|
|
|
|
|
|
# Optional npm cache directory
|
|
|
|
.npm
|
|
|
|
|
|
|
|
# Optional REPL history
|
|
|
|
.node_repl_history
|
2016-11-10 14:26:24 +01:00
|
|
|
|
2017-01-06 11:36:55 +01:00
|
|
|
typings/
|
2016-12-23 10:58:33 +01:00
|
|
|
|
|
|
|
# Built
|
|
|
|
dist
|
2018-02-07 14:25:02 +01:00
|
|
|
|
|
|
|
# IDE
|
|
|
|
.idea/
|
2019-10-05 08:23:08 +02:00
|
|
|
.vscode/
|
2018-02-07 14:25:02 +01:00
|
|
|
|
|
|
|
.DS_Store
|
2021-09-30 11:44:30 +02:00
|
|
|
|
2022-07-25 12:14:02 +02:00
|
|
|
cypress/downloads/*
|
2021-09-30 11:44:30 +02:00
|
|
|
cypress/videos/*
|
2022-07-22 14:27:19 +02:00
|
|
|
cypress/downloads/*
|
2021-10-11 14:50:48 +02:00
|
|
|
cypress/screenshots/*
|
|
|
|
.env.local
|