/.svelte-kit .turbo /build /dist /dist-ssr # modules .DS_Store node_modules /package # Snowpack dependency directory (https://snowpack.dev/) web_modules/ # Compiled code lib/ # Gatsby files .cache/ # Comment in the public line in if your project uses Gatsby and not Next.js # https://nextjs.org/blog/next-9-1#public-directory-support # public # TypeScript cache *.tsbuildinfo # Sentry Config File .sentryclirc # ENV vars .env .env.* !.env.example *.local # vite vite.config.js.timestamp-* vite.config.ts.timestamp-* __unconfig_vite.config.js # vuepress build output .vuepress/dist # Serverless directories .serverless/ # FuseBox cache .fusebox/ # DynamoDB Local files .dynamodb/ # TernJS port file .tern-port # Stores VSCode versions used for testing VSCode extensions .vscode-test # serverless /lambda # Local Vercel .vercel .vercel_build_ouput # TODO: Output .output # Local Netlify folder .netlify #internalization /src/i18n/i18n-* # Diagnostic reports (https://nodejs.org/api/report.html) report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json # Runtime data pids *.pid *.seed *.pid.lock # Directory for instrumented libs generated by jscoverage/JSCover lib-cov # Coverage directory used by tools like istanbul coverage *.lcov # nyc test coverage .nyc_output #cypress cypress/screenshots cypress/videos # Playwright /test-results/ /playwright-report/ /playwright/.cache/ /blob-report/ .idea .stars-cache # Optional eslint cache .eslintcache # Microbundle cache .rpt2_cache/ .rts2_cache_cjs/ .rts2_cache_es/ .rts2_cache_umd/ # Optional REPL history .node_repl_history # Output of 'npm pack' *.tgz # pms .yarn .yarn/cache .yarn/unplugged .yarn/build-state.yml .yarn/install-state.gz .pnp.* yarn-debug.log* yarn-error.log* # Yarn Integrity file .yarn-integrity # Optional npm cache directory .npm # Logs logs *.log npm-debug.log* pnpm-debug.log* lerna-debug.log* # Editor directories and files # !.vscode/extensions.json # .vscode/* # .editorconfig # .idea # *.suo # *.ntvs* # *.njsproj # *.sln # *.sw? *.flock *.tmp # php public/api/vendor