From 3f57e11e34fd7b70478ff53940cd8eb72c6259cc Mon Sep 17 00:00:00 2001 From: Maximilian Sponsel Date: Mon, 18 May 2020 09:51:23 +0000 Subject: [PATCH] Initial commit --- .gitignore | 21 +++++++++++++++++++++ README.md | 3 +++ 2 files changed, 24 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c0fb3f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# ---> MicrosoftOffice +*.tmp + +# Word temporary +~$*.doc* + +# Word Auto Backup File +Backup of *.doc* + +# Excel temporary +~$*.xls* + +# Excel Backup File +*.xlk + +# PowerPoint temporary +~$*.ppt* + +# Visio autosave temporary files +*.~vsd* + diff --git a/README.md b/README.md new file mode 100644 index 0000000..0c4c92a --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Projekt_Dyschromasie + +Dieses Projekt dient der digitalen Umwandlung von Bildern in simulierte Darstellung aus Sicht eines rot-grĂ¼n-blinden Menschen. \ No newline at end of file