From 044be4317ab9755caceacd4c53bdf62acfb711e5 Mon Sep 17 00:00:00 2001 From: Isaac Turci <78173025+Zac8668@users.noreply.github.com> Date: Sat, 13 Jan 2024 09:51:21 -0300 Subject: [PATCH] fix: Fixed not keeping the world folder (#56) --- .gitignore | 1 + assets/world/.gitkeep | 0 2 files changed, 1 insertion(+) create mode 100644 assets/world/.gitkeep diff --git a/.gitignore b/.gitignore index b53288d..6f5a03e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /target .vscode/ /assets/world/** +!/assets/world/.gitkeep .cargo/config.toml diff --git a/assets/world/.gitkeep b/assets/world/.gitkeep new file mode 100644 index 0000000..e69de29