From a61b3f9e2b8b2eeb9d556b5f477d2a479b9f7643 Mon Sep 17 00:00:00 2001 From: nea Date: Sat, 19 Mar 2022 23:17:20 +0100 Subject: dungeon map data collection --- ingame/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ingame/.gitignore (limited to 'ingame/.gitignore') diff --git a/ingame/.gitignore b/ingame/.gitignore new file mode 100644 index 0000000..063b61c --- /dev/null +++ b/ingame/.gitignore @@ -0,0 +1,4 @@ +build/ +.gradle/ +.idea/ +run/ -- cgit