AFFiNE/.gitignore

68 lines
809 B
Plaintext
Raw Normal View History

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/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# misc
/.sass-cache
/connect.lock
coverage
2022-09-22 10:39:53 +03:00
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
.pnpm-debug.log
/typings
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/
storybook-static
2022-11-10 15:51:06 +03:00
/test-results/
/playwright-report/
/playwright/.cache/
# Cache
.eslintcache
next-env.d.ts