mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
20 lines
232 B
Plaintext
20 lines
232 B
Plaintext
|
.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
|