From eeed0d386a2eb29ee3f711e887d6ad2c25703cf2 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Fri, 9 Oct 2015 18:07:05 +0200 Subject: [PATCH] add modpePlugins/ to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d26c746..2b974cf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules -dist/ \ No newline at end of file +dist/ +modpePlugins/ \ No newline at end of file