AFFiNE/.gitignore
zuomeng wang b58c3fd8fb
chore: add e2e (#528)
* chore: add e2e
2022-11-10 20:51:06 +08:00

54 lines
644 B
Plaintext

# See http://help.github.com/ignore-files/ for more about ignoring files.
# compiled output
*dist
/tmp
/out-tsc
# 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
# System Files
.DS_Store
Thumbs.db
# env
*.env.local
*.local.env
.history
.next
out/
module-resolve.js
/test-results/
/playwright-report/
/playwright/.cache/