2020-05-04 04:31:12 +00:00
|
|
|
.DS_Store
|
|
|
|
node_modules
|
2021-01-12 13:33:54 +00:00
|
|
|
package-lock.json
|
2020-05-04 04:31:12 +00:00
|
|
|
/dist
|
|
|
|
|
2022-04-23 08:43:12 +00:00
|
|
|
cypress/screenshots/*
|
|
|
|
|
2020-05-04 04:31:12 +00:00
|
|
|
# local env files
|
|
|
|
.env.local
|
|
|
|
.env.*.local
|
|
|
|
|
|
|
|
# Log files
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
|
2023-11-17 05:50:05 +00:00
|
|
|
# Yarn stuff
|
|
|
|
.yarn/*
|
|
|
|
# .yarn/cache
|
|
|
|
!.yarn/patches
|
|
|
|
!.yarn/plugins
|
2023-11-17 05:59:32 +00:00
|
|
|
!.yarn/releases
|
2023-11-17 05:50:05 +00:00
|
|
|
!.yarn/sdks
|
|
|
|
!.yarn/versions
|
|
|
|
|
2020-05-04 04:31:12 +00:00
|
|
|
# Editor directories and files
|
|
|
|
.idea
|
|
|
|
.vscode
|
|
|
|
*.suo
|
|
|
|
*.ntvs*
|
|
|
|
*.njsproj
|
|
|
|
*.sln
|
|
|
|
*.sw?
|
2023-05-09 16:14:20 +00:00
|
|
|
|
|
|
|
|
|
|
|
components.d.ts
|
2023-11-19 12:30:59 +00:00
|
|
|
/test-results/
|
|
|
|
/playwright-report/
|
|
|
|
/blob-report/
|
|
|
|
/playwright/.cache/
|