# Dependencies node_modules/ .pnp .pnp.js # Testing coverage/ .nyc_output/ # Build output dist/ build/ # Environment variables .env .env.local .env.development.local .env.test.local .env.production.local # Logs logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* # Runtime data pids/ *.pid *.seed *.pid.lock # Editor directories and files .idea/ .vscode/ *.swp *.swo .DS_Store .directory Thumbs.db # Cache directories .npm/ .eslintcache .stylelintcache .cache/ # Debug files .node_repl_history # Yarn Integrity file .yarn-integrity # TypeScript cache *.tsbuildinfo next-env.d.ts # Local package files package-lock.json.1 package-lock-json.bak