sundog-calculator/.gitignore
Dayowe c7a4aa01ba Improve build system and clean up project structure
- Configure build script to create backups in backup/ directory
- Add backup/ directory to .gitignore to keep repo clean
- Add .gitignore file with common exclusions
- Remove obsolete dog-food-calculator-widget.js file
- Move all temporary and reference files to sundog-calculator-meta/

This keeps the project root clean and organized while maintaining
automatic backups during builds.
2025-08-18 09:21:54 +02:00

28 lines
264 B
Plaintext

# Dependencies
node_modules/
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# Temporary files
*.tmp
*.temp
# Personal files
theme.scss
_variables.scss
reference.png
better.png
START_PROMPT.md
CLAUDE.md
CLAUDE_V2.md
math.md
vetcalculators/
*.js.backup*
backup/