commit fc6bb7f1b719a3791ba93c19ee754f8dc9545e34 Author: Kaj Forney Date: Fri Aug 21 01:02:13 2020 -0600 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d52d599 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# ---> Godot + +# Godot-specific ignores +.import/ +export.cfg +export_presets.cfg + +# Mono-specific ignores +.mono/ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..fd01173 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# shigi-stream-bingo + +A bingo card generator for supershigi stream mods. \ No newline at end of file