From 6530fbe6c30ceef84aaae198810cc915443bee78 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Wed, 2 Dec 2015 14:07:31 +0100 Subject: [PATCH] Remove '*.pyc' from .{git,npm}ignore Not needed since the removal of pake (see #95) --- .gitignore | 1 - .npmignore | 1 - 2 files changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index a0318c246e..29e4fd2852 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -*.pyc /build/ /node_modules/ /dist/ diff --git a/.npmignore b/.npmignore index 864fa4bc73..84c048a73c 100644 --- a/.npmignore +++ b/.npmignore @@ -1,2 +1 @@ -*.pyc /build/