diff options
author | nea <romangraef@gmail.com> | 2022-03-19 23:17:20 +0100 |
---|---|---|
committer | nea <romangraef@gmail.com> | 2022-03-19 23:17:20 +0100 |
commit | a61b3f9e2b8b2eeb9d556b5f477d2a479b9f7643 (patch) | |
tree | 9eab0af5f66ced5bda3130878bba81aa9501fc1c /ingame/.gitignore | |
parent | eb9a6a650ace04947815d29762c685670e5d610e (diff) | |
download | sbdata-a61b3f9e2b8b2eeb9d556b5f477d2a479b9f7643.tar.gz sbdata-a61b3f9e2b8b2eeb9d556b5f477d2a479b9f7643.tar.bz2 sbdata-a61b3f9e2b8b2eeb9d556b5f477d2a479b9f7643.zip |
dungeon map data collection
Diffstat (limited to 'ingame/.gitignore')
-rw-r--r-- | ingame/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
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/ |