Files
P4RS3LT0NGV3/.gitignore
T
Dustin Farley dc10a90851 refactor: migrate to modular tool-based architecture
- Implement tool registry system with individual tool modules
- Reorganize transformers into categorized source modules
- Remove emojiLibrary.js, consolidate into EmojiUtils and emojiData
- Fix mobile close button and tooltip functionality
- Add build system for transforms and emoji data
- Migrate from Python backend to pure JavaScript
- Add comprehensive documentation and testing
- Improve code organization and maintainability
- Ignore generated files (transforms-bundle.js, emojiData.js)
2025-12-02 20:26:32 -08:00

68 lines
795 B
Plaintext

# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Build outputs
dist/
.cache/
*.log
# Generated files
index.html
src/transformers/index.js
js/bundles/transforms-bundle.js
js/data/emojiData.js
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE & Editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# OS files
Thumbs.db
desktop.ini
.DS_Store
.AppleDouble
.LSOverride
._*
# Temporary files
*.tmp
*.temp
.tmp/
.temp/
# Coverage & Testing
coverage/
.nyc_output/
*.lcov
# Package manager locks (optional - uncomment if you want to ignore)
# package-lock.json
# yarn.lock
# pnpm-lock.yaml
# Debug files
npm-debug.log
yarn-debug.log
lerna-debug.log
# Misc
*.bak
*.backup
*.orig
.sass-cache/