From 9c011f344bc8ccbb8ab17f933f3cbdfbac3b4dac Mon Sep 17 00:00:00 2001 From: Xandra10101 <36187678+Xandra10101@users.noreply.github.com> Date: Fri, 27 Nov 2020 12:43:46 +0100 Subject: [PATCH] Create .gitignore --- AlfaPrentice/.gitignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 AlfaPrentice/.gitignore diff --git a/AlfaPrentice/.gitignore b/AlfaPrentice/.gitignore new file mode 100644 index 0000000..3eb0c10 --- /dev/null +++ b/AlfaPrentice/.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