Files
portfolio/.gitignore
denshooter dcaa1f8c3c
All checks were successful
Gitea CI / test-build (push) Successful in 11m57s
Production Deployment (Zero Downtime) / deploy-production (push) Successful in 13m51s
chore: remove accidental files from tracking, gitignore .claude/ and ._*
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-02 02:22:23 +01:00

67 lines
684 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# Local tooling
.claude/
._*
# dependencies
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# env files (can opt-in for committing if needed)
.env*
# Sentry
.sentryclirc
sentry.properties
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
# logs
logs/*.log
*.log
# test results
test-results/
playwright-report/
coverage/
# IDE
.idea/
.vscode/
# OS
.DS_Store
Thumbs.db