From 1c092cb7aeeaf2ecc1c92678aa0ba2f1b7b083bc Mon Sep 17 00:00:00 2001 From: Daniel Kos Date: Wed, 23 May 2018 10:26:26 +0200 Subject: [PATCH] Add gitignore No issue # Arvados-DCO-1.1-Signed-off-by: Daniel Kos : --- .gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..280ad3f0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# See https://help.github.com/ignore-files/ for more about ignoring files. + +# dependencies +/node_modules + +# 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* + +.idea +.vscode -- 2.30.2