mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
56687581f2
* chore: add script * chore: update script * chore: update bytes version * chore: submit lock file
31 lines
385 B
Plaintext
31 lines
385 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
**/src/services/backend/models/
|
|
**/src/services/backend/events/
|
|
**/src/appflowy_app/i18n/translations/
|
|
|
|
coverage
|
|
**/AppFlowy-Collab |