From f60d61d342f03bf334a4d92fed7960e0171fbd36 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Fri, 11 Dec 2020 10:03:23 +0000 Subject: [PATCH] updated gitignore --- .gitignore | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/.gitignore b/.gitignore index f3108c2..8e8b68a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,43 @@ +# Created by https://www.toptal.com/developers/gitignore/api/yarn,react +# Edit at https://www.toptal.com/developers/gitignore?templates=yarn,react + +### react ### +.DS_* +*.log +logs +**/*.backup.* +**/*.back.* + +node_modules +bower_components + +*.sublime* + +psd +thumb +sketch + +### yarn ### +# https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored + +.yarn/* +!.yarn/releases +!.yarn/plugins +!.yarn/sdks +!.yarn/versions + +# if you are NOT using Zero-installs, then: +# comment the following lines +!.yarn/cache + +# and uncomment the following lines +# .pnp.* + +# End of https://www.toptal.com/developers/gitignore/api/yarn,react + +.idea/ + # Created by https://www.toptal.com/developers/gitignore/api/python,visualstudiocode # Edit at https://www.toptal.com/developers/gitignore?templates=python,visualstudiocode