From 624984562505f202642cf437267bcd9889bc90a4 Mon Sep 17 00:00:00 2001 From: CrispyPin <54243225+CrispyPin@users.noreply.github.com> Date: Fri, 14 May 2021 15:38:26 +0200 Subject: [PATCH] Initial commit --- .gitignore | 9 +++++++++ README.md | 1 + 2 files changed, 10 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..79d3eb4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ + +# Godot-specific ignores +.import/ +export.cfg +export_presets.cfg + +# Mono-specific ignores +.mono/ +data_*/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..07d25e9 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# ovr-utils \ No newline at end of file