diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2cdf93f --- /dev/null +++ b/.gitignore @@ -0,0 +1,68 @@ +# 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