refactor: chaange figma structure with single package
This commit is contained in:
62
.gitignore
vendored
62
.gitignore
vendored
@@ -1,37 +1,37 @@
|
||||
.DS_Store
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
node_modules
|
||||
/build
|
||||
/package
|
||||
dist
|
||||
dist-ssr
|
||||
*.local
|
||||
|
||||
# Editor
|
||||
.DS_Store
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
.idea
|
||||
|
||||
# Vite
|
||||
vite.config.js.timestamp-*
|
||||
vite.config.ts.timestamp-*
|
||||
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
/.idea
|
||||
# TypeScript
|
||||
*.tsbuildinfo
|
||||
|
||||
# Env
|
||||
.env
|
||||
.env.*
|
||||
|
||||
# Legacy / optional (keep if you use these tools)
|
||||
/build
|
||||
/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
|
||||
/playwright-report
|
||||
/playwright/.cache
|
||||
|
||||
Reference in New Issue
Block a user