Files
Jody-Portfolio/.gitignore
Ricearoni1245 d69ff1a997
All checks were successful
Deploy Jody's App / build-and-deploy (push) Successful in 33s
added env for gittea
2026-02-18 23:14:51 -06:00

43 lines
435 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)
# 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