From 5ce63b8d5f34a812b47d8c3c549a1f2cdbd0b2d0 Mon Sep 17 00:00:00 2001 From: Roberto Tonino Date: Wed, 15 Apr 2020 20:01:53 +0200 Subject: [PATCH] updated .gitignore, added prettier formatter file --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.gitignore b/.gitignore index 4d58c66..8714fbb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,24 @@ __pycache__ */__pycache__ + +.DS_Store +# node_modules +/dist + +# local env files +.env.local +.env.*.local + +# Log files +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? \ No newline at end of file