diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..49e4608 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,19 @@ +Dockerfile +.dockerignore +.git +.gitignore +.gitattributes +README.md +.npmrc +.prettierrc +.eslintrc.cjs +.graphqlrc +.editorconfig +.svelte-kit +.vscode +node_modules +build +package +**/.env +**/dist +*.local \ No newline at end of file diff --git a/.eslintignore b/.eslintignore index 3897265..7241103 100644 --- a/.eslintignore +++ b/.eslintignore @@ -6,7 +6,7 @@ node_modules .env .env.* !.env.example - +*.local # Ignore files for PNPM, NPM and YARN pnpm-lock.yaml package-lock.json diff --git a/.gitignore b/.gitignore index 6635cf5..00d95dc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,85 @@ ++ .turbo ++ build/** ++ dist/** +dist +dist-ssr + .DS_Store node_modules /build /.svelte-kit /package +/lambda/ + +# Sentry Config File +.sentryclirc + .env .env.* !.env.example +*.local + vite.config.js.timestamp-* vite.config.ts.timestamp-* +.vercel +.output +.netlify + +cypress/screenshots +cypress/videos + +.idea +.stars-cache + +# pm +.yarn +yarn-error.log +yarn.lock +pnpm-lock.yaml + +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.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 +/test-results/ +/playwright-report/ +/playwright/.cache/ +/test-results/ +/playwright-report/ +/playwright/.cache/ +/test-results/ +/playwright-report/ +/playwright/.cache/ +/test-results/ +/playwright-report/ +/playwright/.cache/ +/test-results/ +/playwright-report/ +/blob-report/ +/playwright/.cache/ +/test-results/ +/playwright-report/ +/blob-report/ +/playwright/.cache/ diff --git a/.prettierignore b/.prettierignore index 3897265..7241103 100644 --- a/.prettierignore +++ b/.prettierignore @@ -6,7 +6,7 @@ node_modules .env .env.* !.env.example - +*.local # Ignore files for PNPM, NPM and YARN pnpm-lock.yaml package-lock.json