From 1e00e334bb3f5292c0fe97d7431fc24e82beaa92 Mon Sep 17 00:00:00 2001 From: c Date: Fri, 17 Jun 2022 09:06:07 +0200 Subject: [PATCH] Initial commit --- .gitignore | 13 +++++++++++++ README.md | 3 +++ 2 files changed, 16 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..822b784 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# ---> Godot +# Godot-specific ignores +.import/ +export.cfg +export_presets.cfg + +# Imported translations (automatically generated from CSV files) +*.translation + +# Mono-specific ignores +.mono/ +data_*/ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..d3173f7 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# AShadowWithoutLight + +University-project about experiences the states of bi-polar disorder. \ No newline at end of file