[ARVADOS-WORKBENCH2] updated: 1c092cb7aeeaf2ecc1c92678aa0ba2f1b7b083bc
Git user
git at public.curoverse.com
Wed May 23 04:40:19 EDT 2018
Summary of changes:
.gitignore | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
create mode 100644 .gitignore
via 1c092cb7aeeaf2ecc1c92678aa0ba2f1b7b083bc (commit)
from 05c2a332c7c741089206c06d6b0065d1b2b8929b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 1c092cb7aeeaf2ecc1c92678aa0ba2f1b7b083bc
Author: Daniel Kos <daniel.kos at contractors.roche.com>
Date: Wed May 23 10:26:26 2018 +0200
Add gitignore
No issue #
Arvados-DCO-1.1-Signed-off-by: Daniel Kos <daniel.kos at contractors.roche.com>:
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..280ad3f
--- /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
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list