This repository has been archived on 2025-06-23. You can view files and clone it, but cannot push or open issues or pull requests.
www_engageos/.gitignore
2025-06-17 13:16:44 +02:00

69 lines
693 B
Plaintext

# Dependencies
/node_modules
/.pnp
.pnp.js
# Testing
/coverage
# Next.js
/.next/
/out/
.next
# Production
/build
# Misc
.DS_Store
*.pem
Thumbs.db
# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Local env files
.env*.local
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Vercel
.vercel
# TypeScript
*.tsbuildinfo
tsconfig.tsbuildinfo
.tsbuildinfo
# PWA files
**/public/sw.js
**/public/workbox-*.js
**/public/worker-*.js
**/public/sw.js.map
**/public/workbox-*.js.map
**/public/worker-*.js.map
# Next.js Specific
/public/sitemap*.xml
/public/robots.txt
.cache
.temp
_static
# Logs
*.log