mirror of
https://github.com/zadam/trilium.git
synced 2025-12-05 06:54:23 +01:00
146 lines
2.1 KiB
Plaintext
146 lines
2.1 KiB
Plaintext
# Dependencies
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
*.tsbuildinfo
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Google Extension Docs
|
|
chrome_extension_docs/
|
|
|
|
# IDE and editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Runtime data
|
|
pids/
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage/
|
|
*.lcov
|
|
|
|
# nyc test coverage
|
|
.nyc_output
|
|
|
|
# Dependency directories
|
|
jspm_packages/
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# Optional stylelint cache
|
|
.stylelintcache
|
|
|
|
# Microbundle cache
|
|
.rpt2_cache/
|
|
.rts2_cache_cjs/
|
|
.rts2_cache_es/
|
|
.rts2_cache_umd/
|
|
|
|
# Optional REPL history
|
|
.node_repl_history
|
|
|
|
# Output of 'npm pack'
|
|
*.tgz
|
|
|
|
# Yarn Integrity file
|
|
.yarn-integrity
|
|
|
|
# parcel-bundler cache (https://parceljs.org/)
|
|
.cache
|
|
.parcel-cache
|
|
|
|
# Next.js build output
|
|
.next
|
|
|
|
# Nuxt.js build / generate output
|
|
.nuxt
|
|
|
|
# Storybook build outputs
|
|
.out
|
|
.storybook-out
|
|
|
|
# Temporary folders
|
|
tmp/
|
|
temp/
|
|
|
|
# Extension specific
|
|
web-ext-artifacts/
|
|
*.zip
|
|
*.crx
|
|
*.pem
|
|
|
|
# Development documentation (exclude from PR)
|
|
reference/dev_notes/
|
|
reference/NotebookLM/
|
|
.dev/
|
|
development/
|
|
docs/ARCHIVE/
|
|
|
|
# Scripts that are development-only
|
|
scripts/create-icons.ps1
|
|
scripts/dev-*
|
|
|
|
# Test files (if any)
|
|
test/
|
|
tests/
|
|
*.test.js
|
|
*.test.ts
|
|
*.spec.js
|
|
*.spec.ts
|
|
|
|
# ============================================
|
|
# PR Preparation Files (Keep Private)
|
|
# ============================================
|
|
docs/PR/
|
|
.gitmessage
|
|
/reference/github/
|
|
|
|
# Copilot configuration (development only)
|
|
.github/copilot-instructions.md
|
|
|
|
# Development documentation (not for end users)
|
|
/reference/context-aware_prompting_templates.md
|
|
/reference/copilot_task_templates.md
|
|
/reference/end_of_session.md
|
|
/reference/optimized_copilot_workflow_guide.md
|
|
|
|
# Reference materials (reduce repo size)
|
|
reference/chrome_extension_docs/
|
|
reference/Mozilla_Readability_docs/
|
|
reference/cure53_DOMPurify_docs/
|
|
reference/cheerio_docs/
|
|
reference/trilium_issues/ |