mirror of
https://github.com/asyouplz/SpeechNote.git
synced 2026-07-22 06:43:33 +00:00
190 lines
2.6 KiB
Text
190 lines
2.6 KiB
Text
# Dependencies
|
|
node_modules/
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
out/
|
|
main.js
|
|
*.js
|
|
*.js.map
|
|
*.d.ts
|
|
!*.config.js
|
|
!*.config.mjs
|
|
!jest.config.*
|
|
!tests/**/*.js
|
|
!tests/**/*.ts
|
|
!test/**/*.js
|
|
!test/**/*.ts
|
|
|
|
# Scripts (test/internal tooling only - keep release scripts)
|
|
scripts/test-*
|
|
scripts/debug-*
|
|
scripts/open-coverage.js
|
|
|
|
# Testing
|
|
coverage/
|
|
*.lcov
|
|
.nyc_output/
|
|
test-results/
|
|
junit.xml
|
|
tests/**/*.actual.*
|
|
tests/**/*.error.*
|
|
tests/**/*.output.*
|
|
tests/**/__snapshots__/
|
|
.jest-cache/
|
|
test/*.md
|
|
|
|
# Audio files (test data, recordings)
|
|
*.m4a
|
|
*.mp3
|
|
*.wav
|
|
*.ogg
|
|
*.flac
|
|
*.aac
|
|
*.wma
|
|
*.webm
|
|
|
|
# IDE
|
|
.vscode/
|
|
!.vscode/extensions.json
|
|
!.vscode/settings.json
|
|
.idea/
|
|
*.iml
|
|
*.sublime-*
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
$RECYCLE.BIN/
|
|
*.cab
|
|
*.msi
|
|
*.msm
|
|
*.msp
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
release_log.txt
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
.pnpm-debug.log*
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.env*.local
|
|
|
|
# Package managers
|
|
.npm
|
|
.yarn-integrity
|
|
.yarn/cache
|
|
.yarn/unplugged
|
|
.yarn/build-state.yml
|
|
.yarn/install-state.gz
|
|
|
|
# Obsidian
|
|
.obsidian/
|
|
data.json
|
|
.obsidian-test/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
*.swp
|
|
*~
|
|
*.bak
|
|
*.backup
|
|
.cache/
|
|
.temp/
|
|
tmp/
|
|
|
|
# Performance & Profiling
|
|
*.cpuprofile
|
|
*.heapsnapshot
|
|
.clinic/
|
|
|
|
# Bundle analysis
|
|
bundle-stats.html
|
|
bundle-report.html
|
|
.webpack-bundle-analyzer/
|
|
|
|
# Security
|
|
*.key
|
|
*.pem
|
|
*.p12
|
|
*.pfx
|
|
.secrets/
|
|
|
|
# Root optimization
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
.eslintcache
|
|
.stylelintcache
|
|
.parcel-cache/
|
|
|
|
# Test artifacts
|
|
test-data/
|
|
mocks/**/*.snapshot
|
|
__mocks__/**/*.snapshot
|
|
|
|
# Development documentation
|
|
docs/
|
|
*.md
|
|
!docs/
|
|
!docs/**/*.md
|
|
!README.md
|
|
!CHANGELOG.md
|
|
!CONTRIBUTING.md
|
|
!LICENSE.md
|
|
!AGENTS.md
|
|
!AGENTS.ko.md
|
|
!CODE_OF_CONDUCT.md
|
|
!RELEASING.md
|
|
|
|
# Requirement documents
|
|
requirment*.md
|
|
|
|
# Local review notes
|
|
REVIEW_NOTES_PR8004.md
|
|
docs/BRANCH_PROTECTION.md
|
|
docs/LINT_RULES.md
|
|
docs/obsidian-review-8004-issuecomment-3839142330.md
|
|
docs/obsidian-review-8004-issuecomment-3839840641.md
|
|
docs/obsidian-review-8004-issuecomment-3840783932.md
|
|
docs/obsidian-review-8004-issuecomment-3885815068-detailed-response.md
|
|
docs/obsidian-review-8004-issuecomment-3885815068.md
|
|
docs/obsidian-review-8004-issuecomment-4007884875-plan.md
|
|
docs/obsidian-review-8004.md
|
|
docs/obsidian-review-8004-sentence-case-followup-plan.md
|
|
|
|
# Lint and typecheck output files
|
|
lint-output.txt
|
|
lint_output.txt
|
|
lint_obsidian_output.txt
|
|
typecheck_output.txt
|
|
|
|
# Claude Code settings
|
|
.claude/
|
|
|
|
# Agent documentation (not needed for plugin distribution)
|
|
AGENTS.ko.md
|
|
AGENTS.md
|
|
CODE_OF_CONDUCT.md
|
|
CLAUDE.md
|
|
CHANGELOG.md
|
|
SECURITY.md
|
|
|
|
# Semantic Release
|
|
.semantic-release-cache/
|