2022-09-22 10:39:53 +03:00
|
|
|
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
2023-03-20 10:05:02 +03:00
|
|
|
.pnp.*
|
|
|
|
.yarn/*
|
|
|
|
!.yarn/patches
|
|
|
|
!.yarn/plugins
|
|
|
|
!.yarn/releases
|
|
|
|
!.yarn/sdks
|
|
|
|
!.yarn/versions
|
2022-09-22 10:39:53 +03:00
|
|
|
|
|
|
|
# compiled output
|
|
|
|
*dist
|
|
|
|
/tmp
|
|
|
|
/out-tsc
|
2023-02-05 13:41:18 +03:00
|
|
|
.nyc_output
|
|
|
|
.coverage
|
2022-09-22 10:39:53 +03:00
|
|
|
|
|
|
|
# dependencies
|
|
|
|
node_modules
|
|
|
|
|
|
|
|
# IDEs and editors
|
|
|
|
/.idea
|
|
|
|
.project
|
|
|
|
.classpath
|
|
|
|
.c9/
|
|
|
|
*.launch
|
|
|
|
.settings/
|
|
|
|
*.sublime-workspace
|
|
|
|
|
|
|
|
# IDE - VSCode
|
|
|
|
.vscode/*
|
|
|
|
!.vscode/settings.json
|
|
|
|
!.vscode/tasks.json
|
|
|
|
!.vscode/launch.json
|
|
|
|
!.vscode/extensions.json
|
|
|
|
|
|
|
|
# misc
|
|
|
|
/.sass-cache
|
|
|
|
/connect.lock
|
|
|
|
/coverage
|
|
|
|
/libpeerconnection.log
|
|
|
|
npm-debug.log
|
|
|
|
yarn-error.log
|
|
|
|
testem.log
|
|
|
|
.pnpm-debug.log
|
|
|
|
/typings
|
2023-03-10 04:16:25 +03:00
|
|
|
tsconfig.tsbuildinfo
|
2022-09-22 10:39:53 +03:00
|
|
|
|
|
|
|
# System Files
|
|
|
|
.DS_Store
|
|
|
|
Thumbs.db
|
|
|
|
|
|
|
|
# env
|
|
|
|
*.env.local
|
|
|
|
*.local.env
|
|
|
|
.history
|
2022-09-22 10:44:30 +03:00
|
|
|
|
|
|
|
.next
|
2022-09-23 06:43:32 +03:00
|
|
|
out/
|
2023-02-09 07:19:11 +03:00
|
|
|
storybook-static
|
2022-10-17 20:31:40 +03:00
|
|
|
|
|
|
|
module-resolve.js
|
2023-01-09 06:32:00 +03:00
|
|
|
module-resolve.cjs
|
2022-11-10 15:51:06 +03:00
|
|
|
/test-results/
|
|
|
|
/playwright-report/
|
|
|
|
/playwright/.cache/
|
2022-12-30 16:40:15 +03:00
|
|
|
|
|
|
|
# Cache
|
|
|
|
.eslintcache
|
2023-03-01 10:40:01 +03:00
|
|
|
next-env.d.ts
|