Some checks failed
ci / build (push) Failing after 1m0s
- 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
31 lines
255 B
Text
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*
|