From 18ffdb861cdf24a7ebaea8c6f91205ed97a03c98 Mon Sep 17 00:00:00 2001 From: Alex Lewin Date: Sat, 7 May 2022 11:49:46 -0400 Subject: [PATCH] add .gitignore --- .gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57b9554 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ + +# Created by https://www.toptal.com/developers/gitignore/api/react +# Edit at https://www.toptal.com/developers/gitignore?templates=react + +### react ### +.DS_* +*.log +logs +**/*.backup.* +**/*.back.* + +**/node_modules +bower_components + +*.sublime* + +psd +thumb +sketch + +# End of https://www.toptal.com/developers/gitignore/api/react + +**/service-account.json