From c260b5760399412fd95c831624e3cd91bdfeaaca Mon Sep 17 00:00:00 2001 From: Hossein Mehrabi Date: Fri, 9 Jun 2023 05:43:21 +0330 Subject: [PATCH] update .gitignore --- .gitignore | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/.gitignore b/.gitignore index 4befed30..5fc9f96a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,27 @@ +# Dependencies +/node_modules + +# Production +/build + +# Generated files +.docusaurus +.cache-loader + +# Misc .DS_Store +.env +.env.local +.env.development.local +.env.test.local +.env.production.local + +npm-debug.log* +yarn-debug.log* +yarn-error.log* +.yalc +yalc.lock .idea + +static/search-index.json +