AFFiNE/.gitignore

82 lines
969 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
2023-07-18 19:53:10 +03:00
.swc
2022-09-22 10:39:53 +03:00
# dependencies
node_modules
# IDEs and editors
**/.idea
2022-09-22 10:39:53 +03:00
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/tasks.json
!.vscode/settings.template.json
!.vscode/launch.template.json
2022-09-22 10:39:53 +03:00
!.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
2023-06-25 16:18:23 +03:00
.vercel
2022-09-23 06:43:32 +03:00
out/
storybook-static
i18n-generated.ts
test-results
playwright-report
playwright/.cache
download
# Cache
.eslintcache
next-env.d.ts
.rollup.cache
2023-05-10 12:16:48 +03:00
# Rust
target
*.node
tsconfig.node.tsbuildinfo
lib
affine.db
apps/web/next-routes.conf
.nx