Files
portfolio/.gitignore
Lucas 5a6355957f
All checks were successful
Portfolio/pipeline/head This commit looks good
feat(ci): add automated Lighthouse audit pipeline (#2)
Co-authored-by: Lucas <lucasroyer.dev@gmail.com>
Reviewed-on: #2
2026-01-12 11:53:24 +00: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/