From 8d2dfbab7667bef775f220f2d88c0f1f4aab7805 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 21 Sep 2020 01:07:52 +0200 Subject: Update docs and tooling --- .gitignore | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c1e0daf..3bbc2f1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,21 +1,6 @@ ## MAC OS .DS_Store -## TEXTMATE -*.tmproj -tmtags - -## EMACS -*~ -\#* -.\#* - -## VIM -*.swp - -## PROJECT::GENERAL -coverage -rdoc -pkg - ## PROJECT::SPECIFIC +.nyc_output +node_modules -- cgit