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