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