From 4045376df81fdd26334ef21c6073542351a11887 Mon Sep 17 00:00:00 2001 From: Xandra10101 <36187678+Xandra10101@users.noreply.github.com> Date: Fri, 4 Dec 2020 13:22:45 +0100 Subject: [PATCH] Created .gitignore --- .gitignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3eb0c10 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js + +# testing +/coverage + +# production +/build + +# misc +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local + +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +#Visual studio IDE local configs +*/.vs +*/AlfaPrentice/obj +*/AlfaPrentice/bin +*.cache