frequi_origin/.gitignore
2024-04-07 17:42:51 +02:00

41 lines
452 B
Plaintext

.DS_Store
node_modules
package-lock.json
/dist
cypress/screenshots/*
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Yarn stuff
.yarn/*
# .yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
components.d.ts
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/