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
|
2023-04-14 02:33:21 +03:00
|
|
|
.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/tasks.json
|
2023-05-22 15:18:43 +03:00
|
|
|
!.vscode/settings.template.json
|
|
|
|
!.vscode/launch.template.json
|
2022-09-22 10:39:53 +03:00
|
|
|
!.vscode/extensions.json
|
|
|
|
|
|
|
|
# misc
|
|
|
|
/.sass-cache
|
|
|
|
/connect.lock
|
2023-04-04 20:46:33 +03:00
|
|
|
coverage
|
2022-09-22 10:39:53 +03:00
|
|
|
/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
|
2023-06-25 16:18:23 +03:00
|
|
|
.vercel
|
2022-09-23 06:43:32 +03:00
|
|
|
out/
|
2023-02-09 07:19:11 +03:00
|
|
|
storybook-static
|
2023-05-09 01:37:07 +03:00
|
|
|
i18n-generated.ts
|
2022-10-17 20:31:40 +03:00
|
|
|
|
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
|
2023-06-02 11:28:47 +03:00
|
|
|
.rollup.cache
|
2023-05-10 12:16:48 +03:00
|
|
|
|
|
|
|
# Rust
|
|
|
|
target
|
|
|
|
*.node
|
2023-05-31 15:49:56 +03:00
|
|
|
tsconfig.node.tsbuildinfo
|
|
|
|
lib
|
2023-06-07 09:52:19 +03:00
|
|
|
affine.db
|