# Ignore Git-related files .git .gitignore # Ignore dependencies (they should be installed in the container) node_modules npm-debug.log yarn-error.log # Ignore environment files .env .env.local .env.development .env.production # Ignore logs and temp files logs log bin *.log *.tmp # Ignore Docker-related files Dockerfile .dockerignore # Ignore build outputs dist build