init
This commit is contained in:
37
.gitignore
vendored
Normal file
37
.gitignore
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
.DS_Store
|
||||
node_modules
|
||||
/build
|
||||
/package
|
||||
vite.config.js.timestamp-*
|
||||
vite.config.ts.timestamp-*
|
||||
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
/.idea
|
||||
/coverage
|
||||
/test-results
|
||||
/allure-report
|
||||
/allure-results
|
||||
/.cache
|
||||
*.log
|
||||
/dist
|
||||
/storybook-static
|
||||
!.vscode/snippets.code-snippets
|
||||
*.env
|
||||
/test-results/
|
||||
/playwright-report/
|
||||
/playwright/.cache/
|
||||
/infra/certs/
|
||||
/.svelte-kit/**
|
||||
!/.svelte-kit/tsconfig.json
|
||||
src/i18n/*.json
|
||||
|
||||
### Playwright
|
||||
|
||||
/test-results/
|
||||
/playwright-report/
|
||||
/playwright/.cache/
|
||||
results.json
|
||||
/tests/**/*-darwin.png
|
||||
/failed_tests.txt
|
||||
__f2f_cookies.json
|
||||
Reference in New Issue
Block a user