Skip to content
This repository was archived by the owner on Feb 14, 2026. It is now read-only.

chore: update .gitignore to exclude build artifacts and temp files#1046

Open
lhotwll217 wants to merge 6 commits into
Jonghakseo:devfrom
lhotwll217:main
Open

chore: update .gitignore to exclude build artifacts and temp files#1046
lhotwll217 wants to merge 6 commits into
Jonghakseo:devfrom
lhotwll217:main

Conversation

@lhotwll217

Copy link
Copy Markdown
  • Add .pnpm-store to ignore pnpm cache directory
  • Use glob pattern for all .tsbuildinfo files
  • Add log files (npm, yarn, pnpm debug logs)
  • Add editor temp files (.vscode, .swp, .swo, *~)
  • Add /tmp/ directory pattern

dependabot Bot and others added 6 commits July 18, 2025 17:05
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Add VocabularyItem interface with from/to words and language pairs
- Create vocabList with initial English→Finnish translations (project, hot, cold, the)
- Add getActiveVocabulary() and getVocabularyByLanguagePair() helpers
- Prepare modular structure for future database integration
…nd tooltips

- Replace vocabulary words on page with styled translation chips
- Add hover tooltips showing original word, translation, and language pair
- Use TreeWalker to find text nodes and MutationObserver for dynamic content
- Fix regex lastIndex state bug by using non-global pattern for .test() checks
- Create fresh global regex instances for .exec() loops to prevent state pollution
- Add overlay container for tooltips with proper z-index and positioning
- Filter out script/style tags, editable elements, and already-processed nodes
- Add .pnpm-store to ignore pnpm cache directory
- Use glob pattern for all .tsbuildinfo files
- Add log files (npm, yarn, pnpm debug logs)
- Add editor temp files (.vscode, .swp, .swo, *~)
- Add /tmp/ directory pattern
@lhotwll217 lhotwll217 requested a review from Jonghakseo as a code owner January 1, 2026 11:03
@github-actions github-actions Bot changed the base branch from main to dev January 1, 2026 11:03
@github-actions

github-actions Bot commented Jan 1, 2026

Copy link
Copy Markdown

Your PR's base branch was set to main, PRs should be set to target dev.
The base branch of this PR has been automatically changed to dev, please check that there are no merge conflicts.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution. We will check and reply to you as soon as possible.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants