belgium-tax-calculator/.dockerignore
nokker e95a019300 Fix FOUC (Flash of Unstyled Content) issues and enable proper button functionality
- Add CSS rules to prevent invisible elements from flashing during page load
- Fix vehicle section display conflicts with JavaScript enabling
- Ensure calculate button can be properly enabled when requirements are met
- Fix results section display after calculation completion
- Remove !important declarations that blocked JavaScript functionality

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-10 02:51:32 +02:00

23 lines
298 B
Plaintext

# Git files
.git
.gitignore
# Documentation
README.md
*.md
# Development/build tools
consolidate-database.js
update-vehicle-database.js
autocomplete-ui.js
# Development data
vehicle-data/
*.json
# Docker files (not needed in container)
docker-compose.yml
Dockerfile
# Other files
.dockerignore