From: Daniel Kos Date: Wed, 23 May 2018 08:26:26 +0000 (+0200) Subject: Add gitignore X-Git-Tag: 1.0.0~7 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/1c092cb7aeeaf2ecc1c92678aa0ba2f1b7b083bc Add gitignore No issue # Arvados-DCO-1.1-Signed-off-by: Daniel Kos : --- 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