From 5707339f68fc71e3c54989419c4df4b0f401aecf Mon Sep 17 00:00:00 2001 From: jonny_ji7 Date: Fri, 17 Jun 2022 19:45:07 +0200 Subject: [PATCH] Update gitignore: Add react files Add files generated in the react directory that need no version control --- .gitignore | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9777b31..086b25d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,26 @@ -# ESP-IDF default build directory +# ESP-IDF build sdkconfig +sdkconfig.old + # VIM files *.swp *.swo + + +# React +react-app/build +react-app/.pnp +.pnp.js +node_modules + +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local