Files
portfolio/.gitignore
Lucas d0578aa7c6
Some checks failed
Portfolio/pipeline/head There was a failure building this commit
feat(ci): add automated Lighthouse audit pipeline
2026-01-12 18:12:09 +01:00

32 lines
336 B
Plaintext

# build output
dist/
# generated types
.astro/
# dependencies
node_modules/
.pnpm-store/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store
# jetbrains setting folder
.idea/
# vscode
.vscode/
# Lighthouse CI reports
.lighthouseci/