mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-05 22:48:27 +00:00
20 lines
232 B
Text
20 lines
232 B
Text
|
|
.DS_Store
|
||
|
|
node_modules
|
||
|
|
/build
|
||
|
|
/public
|
||
|
|
/.svelte-kit
|
||
|
|
/package
|
||
|
|
/.vscode
|
||
|
|
.env
|
||
|
|
.env.*
|
||
|
|
!.env.example
|
||
|
|
|
||
|
|
# rust and generated ts code
|
||
|
|
/src-tauri
|
||
|
|
/src/services
|
||
|
|
|
||
|
|
# Ignore files for PNPM, NPM and YARN
|
||
|
|
pnpm-lock.yaml
|
||
|
|
package-lock.json
|
||
|
|
yarn.lock
|