From 702c1a123f016c8fde64f5f1c362e0d6bcd54343 Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Mon, 30 Apr 2018 23:43:38 +0200 Subject: [PATCH 1/2] chore: add .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..91dfed8d --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.DS_Store +node_modules \ No newline at end of file From 87cec3889cb659c814b1fec26d17a738fc480de2 Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Mon, 30 Apr 2018 23:54:19 +0200 Subject: [PATCH 2/2] chore: ignore .log files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 91dfed8d..0144959b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_Store -node_modules \ No newline at end of file +node_modules +*.log \ No newline at end of file