From 2a683678dd505717fa2a3dbc636f380bcfc82652 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 29 Aug 2018 01:16:26 +0300 Subject: [PATCH] added npm/git ignore files... Signed-off-by: Alex A. Naanou --- .gitignore | 2 ++ .npmignore | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 .gitignore create mode 100644 .npmignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7c29f61 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.* +*.sw[po] diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..73aa153 --- /dev/null +++ b/.npmignore @@ -0,0 +1,5 @@ +.npm* +*.vim +*.sw[po] +.git +npm-debug.log