Files
portfolio/.gitignore
Lucas 0c786100f2
All checks were successful
Portfolio/pipeline/head This commit looks good
feat(ci): add automated Lighthouse audit pipeline
2026-01-12 18:07:45 +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/