From bfcbc20faecc18d514bec2036b8cca48bcf27372 Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Wed, 29 May 2019 10:57:53 +0200 Subject: [PATCH] tighten native node modules cleanup rules --- build/.nativeignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/.nativeignore b/build/.nativeignore index cc88ae0d878..132cb1baeb8 100644 --- a/build/.nativeignore +++ b/build/.nativeignore @@ -1,5 +1,8 @@ # cleanup rules for native node modules, .gitignore style +nan/** +*/node_modules/nan/** + fsevents/binding.gyp fsevents/fsevents.cc fsevents/build/** @@ -83,6 +86,7 @@ node-pty/binding.gyp node-pty/build/** node-pty/src/** node-pty/tools/** +node-pty/deps/** !node-pty/build/Release/*.exe !node-pty/build/Release/*.dll !node-pty/build/Release/*.node -- GitLab