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
Open
chore: update .gitignore to exclude build artifacts and temp files#1046lhotwll217 wants to merge 6 commits into
lhotwll217 wants to merge 6 commits into
Conversation
lhotwll217
commented
Jan 1, 2026
- 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
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
|
Your PR's base branch was set to |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.