website-and-documentation/.gitignore
Stephan Lo 267b01162f fix: add package-lock.json to repository for npm ci
- Remove package-lock.json from .gitignore
- Add package-lock.json to repository (required for npm ci in Docker build)
- npm ci requires package-lock.json to ensure reproducible builds
2025-10-23 17:20:12 +02:00

31 lines
255 B
Text

# Hugo
.hugo_build.lock
public/
resources/_gen/
# Node.js / NPM
node_modules/
# Test outputs
tmp/
.htmltest/
# devbox
.devbox/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*