2019-04-08 22:20:52 +00:00
|
|
|
.DS_Store
|
2016-11-21 14:33:22 +00:00
|
|
|
node_modules
|
2019-04-08 22:20:52 +00:00
|
|
|
/dist
|
2016-11-21 20:32:31 +00:00
|
|
|
|
2019-07-08 15:06:02 +00:00
|
|
|
/test/screenshots/*.png
|
2016-11-21 20:32:31 +00:00
|
|
|
|
2019-04-08 22:20:52 +00:00
|
|
|
# local env files
|
|
|
|
.env.local
|
|
|
|
.env.*.local
|
2016-11-23 19:09:30 +00:00
|
|
|
|
2019-04-08 22:20:52 +00:00
|
|
|
# Log files
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
2017-04-27 22:52:06 +00:00
|
|
|
|
2019-04-08 22:20:52 +00:00
|
|
|
# Editor directories and files
|
|
|
|
.idea
|
2018-03-21 04:59:49 +00:00
|
|
|
.vscode
|
2019-04-08 22:20:52 +00:00
|
|
|
*.suo
|
|
|
|
*.ntvs*
|
|
|
|
*.njsproj
|
|
|
|
*.sln
|
|
|
|
*.sw*
|
|
|
|
|
2019-06-13 19:31:59 +00:00
|
|
|
# Electron-builder output
|
2019-04-08 22:20:52 +00:00
|
|
|
/dist_electron
|
2019-06-13 19:31:59 +00:00
|
|
|
/dist
|
|
|
|
|
|
|
|
# Coverage
|
2019-07-01 23:21:43 +00:00
|
|
|
coverage
|
2019-07-07 21:29:28 +00:00
|
|
|
.nyc_output
|
|
|
|
|
|
|
|
# Mocha reporter
|
|
|
|
mochawesome-report
|