2018-01-09 16:52:26 +00:00
|
|
|
.DS_Store
|
2018-05-18 09:28:29 +00:00
|
|
|
node_modules
|
|
|
|
/dist
|
|
|
|
|
2019-10-05 17:07:50 +00:00
|
|
|
/tests/e2e/videos/
|
2020-02-18 07:57:00 +00:00
|
|
|
/tests/e2e/screenshots/
|
2020-12-02 10:19:39 +00:00
|
|
|
/coverage
|
2018-05-18 09:28:29 +00:00
|
|
|
|
2020-02-18 07:57:00 +00:00
|
|
|
# local env files
|
|
|
|
.env.local
|
|
|
|
.env.*.local
|
2019-10-05 19:17:18 +00:00
|
|
|
|
2018-05-18 09:28:29 +00:00
|
|
|
# Log files
|
2018-01-09 16:52:26 +00:00
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
|
|
|
|
# Editor directories and files
|
|
|
|
.idea
|
2018-05-18 09:28:29 +00:00
|
|
|
.vscode
|
2018-01-09 16:52:26 +00:00
|
|
|
*.suo
|
|
|
|
*.ntvs*
|
|
|
|
*.njsproj
|
|
|
|
*.sln
|
2020-02-18 07:57:00 +00:00
|
|
|
*.sw?
|