From 644af63e4a8401a401191dbfb3b8ba5bb011ce39 Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Sat, 20 Oct 2018 22:32:49 +0800 Subject: [PATCH] - .gitignore/.npmignore: Allow for `ignore` folder for notes; add old build-related/remote linting files to npmignore --- .gitignore | 1 + .npmignore | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 3c2b54e9..cc2cf75c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +ignore node_modules build/ diff --git a/.npmignore b/.npmignore index ceaef224..d7e9207d 100644 --- a/.npmignore +++ b/.npmignore @@ -1,2 +1,9 @@ +ignore screencasts test + +.github/ISSUE_TEMPLATE/bug_report.md +build +grep-jsdoc.js +lgtm.yml +Makefile