34 lines
415 B
Plaintext
34 lines
415 B
Plaintext
# Hugo build artifacts
|
|
/public/
|
|
/resources/_gen/
|
|
/.hugo_build.lock
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.log
|
|
|
|
# Node.js dependencies
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
# Playwright test artifacts
|
|
/test-results/
|
|
/playwright-report/
|
|
/playwright/.cache/
|
|
|
|
# Visual testing artifacts
|
|
/tests/visual/screenshots/
|
|
/tests/visual/diffs/
|
|
/tests/visual/actual/
|