From 1142174f9c702fb310f7db7a63a2f24cb64874df Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Thu, 14 Jan 2016 19:27:22 +0100 Subject: [PATCH] update gitignore and npmignore --- .gitignore | 4 ++-- .npmignore | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5603c43..1e1187a 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,5 @@ logs/ src/plugins/* !src/plugins/README.md distTest -world/region/* -!world/region/.gitkeep \ No newline at end of file +world/* +!world/.gitkeep \ No newline at end of file diff --git a/.npmignore b/.npmignore index 94609e0..f38794f 100644 --- a/.npmignore +++ b/.npmignore @@ -4,4 +4,6 @@ config/settings.json logs/ src/plugins/* !src/plugins/README.md -distTest \ No newline at end of file +distTest +world/* +!world/.gitkeep \ No newline at end of file