mirror of
https://github.com/beatsad/Vault2Dify.git
synced 2026-07-22 07:46:49 +00:00
41 lines
481 B
Text
41 lines
481 B
Text
# Dependencies
|
|
node_modules/
|
|
|
|
# Build and package outputs
|
|
*.zip
|
|
*.tgz
|
|
dist/
|
|
release/
|
|
output/
|
|
prototypes/
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Local environment
|
|
.env
|
|
.env.*
|
|
|
|
# Editor and OS files
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Local agent/tooling state
|
|
.codex/
|
|
.agenteam/
|
|
_local_archive/
|
|
|
|
# Obsidian local data
|
|
.obsidian/workspace*
|
|
.obsidian/cache/
|
|
.obsidian/plugins/dify-sync-plugin/data.json
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
tests/.tmp-*.mjs
|