Files
Jody-Portfolio/.gitignore
2026-02-18 23:03:52 -06:00

50 lines
566 B
Plaintext

# Dependencies
node_modules/
contact-api/node_modules/
# Build artifacts
dist/
build/
contact-api/dist/
coverage/
*.tsbuildinfo
.vite/
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Environment files (keep examples)
.env
.env.*
!.env.example
!.env.*.example
contact-api/.env
contact-api/.env.*
!contact-api/.env.example
!contact-api/.env.*.example
# Archives and local release bundles
*.tgz
*.tar
*.tar.gz
# Tool caches
.eslintcache
.nyc_output/
# Editor / IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated
.DS_Store
Thumbs.db