From ba382c41651e3a751f6bb62a51b8ef06a703693e Mon Sep 17 00:00:00 2001 From: Dominik Gronkiewicz Date: Thu, 14 Sep 2023 15:15:36 +0700 Subject: [PATCH 1/2] Extended gitignore --- .gitignore | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0ca39c0..72e6f9f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,28 @@ -node_modules -dist +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules + +# testing +/coverage + +# production +/build +out + +# misc .DS_Store +.eslintcache +/.env.* + +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +#env +dist/ +.idea/ +.vscode/ + +# custom +api.http From 6c73249ba7ee3a095628ca72b835e56ead9ce29a Mon Sep 17 00:00:00 2001 From: Dominik Gronkiewicz Date: Thu, 14 Sep 2023 15:21:19 +0700 Subject: [PATCH 2/2] Extended gitignore --- .gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index 72e6f9f..aac9b5d 100644 --- a/.gitignore +++ b/.gitignore @@ -10,12 +10,10 @@ /build out -# misc .DS_Store .eslintcache /.env.* -npm-debug.log* yarn-debug.log* yarn-error.log*