From 33d63bd2b9953b51e672d2aae2a3382788b79e9d Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Sat, 1 Apr 2023 20:09:53 +0200 Subject: [PATCH] sync .gitignore with main repo --- .gitignore | 51 ++++++++++++++----------------------------- .vscode/settings.json | 4 ---- 2 files changed, 16 insertions(+), 39 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index c87c9b3..393cd74 100644 --- a/.gitignore +++ b/.gitignore @@ -1,36 +1,17 @@ -# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. - -# dependencies -/node_modules -/.pnp -.pnp.js - -# testing -/coverage - -# next.js -/.next/ -/out/ - -# production -/build - -# misc -.DS_Store -*.pem - -# debug -npm-debug.log* -yarn-debug.log* -yarn-error.log* -.pnpm-debug.log* - -# local env files -.env*.local - -# vercel -.vercel - -# typescript +# It is best to ignoring editor and system files in a local .gitignore configuration file. +# However, in order to prevent issues, they are ignored here. +.DS_STORE +.idea +# IntelliJ IDEA module file +*.iml +.vscode/* +!.vscode/launch.json +*.log *.tsbuildinfo -next-env.d.ts +/.eslintcache +/.nyc_output +/tmp +.next +build +node_modules +package-lock.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index bd3337f..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "typescript.tsdk": "node_modules\\typescript\\lib", - "typescript.enablePromptUseWorkspaceTsdk": true -} \ No newline at end of file