From bd468e28de563a3f57a11471cf2fba5869f26792 Mon Sep 17 00:00:00 2001 From: Andreas Zeidler Date: Wed, 22 Mar 2017 15:56:23 +0100 Subject: [PATCH] Ignore build artefacts from virtualenv & node. --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index a079016..0a9afd7 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,17 @@ dist *.egg *.in +# virtualenv + +/bin/ +/include/ +/lib/ + +# node + +/node_modules/ +/yui-compressor + # others content