From 23c5ae7343d93122fb09f4ce9307ccc20a164a25 Mon Sep 17 00:00:00 2001 From: Antoine Date: Sun, 12 Jun 2016 11:18:01 +0200 Subject: [PATCH] =?UTF-8?q?Supprimer=20le=20r=C3=A9pertoire=20dist=20du=20?= =?UTF-8?q?d=C3=A9p=C3=B4t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +-- dist/empty | 0 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 dist/empty diff --git a/.gitignore b/.gitignore index 2e61175..de4d1f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ -dist/* -!dist/empty +dist node_modules diff --git a/dist/empty b/dist/empty deleted file mode 100644 index e69de29..0000000