mirror of
https://github.com/erbanku/obsidian-memos-ai-sync.git
synced 2026-07-22 06:53:32 +00:00
72 lines
846 B
Text
72 lines
846 B
Text
# Build output
|
|
dist/
|
|
build/
|
|
main.js
|
|
*.js.map
|
|
|
|
# Development dependencies
|
|
node_modules/
|
|
|
|
# Environment and configuration
|
|
.env
|
|
.env.*
|
|
data.json
|
|
*.data.json
|
|
|
|
# IDE and editor files
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
*.swp
|
|
*.swo
|
|
.vs/
|
|
*.sublime-*
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Temporary files
|
|
*.log
|
|
*.tmp
|
|
*.temp
|
|
.cache/
|
|
|
|
# Test files
|
|
coverage/
|
|
.nyc_output/
|
|
*.test.js
|
|
*.spec.js
|
|
|
|
# Debug files
|
|
*.log
|
|
debug.log*
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# Optional stylelint cache
|
|
.stylelintcache
|
|
|
|
# Yarn integrity file
|
|
.yarn-integrity
|
|
|
|
# dotenv environment variable files
|
|
.env
|
|
.env.test
|
|
.env.production
|
|
|
|
# Local development files
|
|
*.local
|
|
local.*
|