# ======================================== # Node.js Ignores # Generated by AIOX Documentation Integrity System # ======================================== # Dependencies node_modules/ .pnp .pnp.js # Build Output dist/ build/ out/ .next/ .nuxt/ .output/ .cache/ # TypeScript *.tsbuildinfo .tscache/ # Testing coverage/ .nyc_output/ junit.xml test-results/ # Package Managers package-lock.json yarn.lock pnpm-lock.yaml .yarn/ !.yarn/patches !.yarn/plugins !.yarn/releases !.yarn/sdks !.yarn/versions # ESLint .eslintcache # Prettier .prettiercache # Parcel / Bundlers .parcel-cache/ .turbo/ .vercel/ .netlify/ # Serverless .serverless/ # Next.js .next/ out/ # Nuxt.js .nuxt/ dist/ # Gatsby .cache/ public/ # VuePress .vuepress/dist/ # Storybook storybook-static/ # dotenv environment variable files .env .env.development.local .env.test.local .env.production.local .env.local # Debug *.log npm-debug.log* yarn-debug.log* yarn-error.log*