From be5588f02c9877a6b568b736f97096aa21913ee5 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Tue, 28 Mar 2023 10:21:07 +0200 Subject: [PATCH] Configure Readme.md and .gitignore --- .gitignore | 38 ++++++++++++++++++++++++++++++++++++++ Readme.md | 4 ++-- 2 files changed, 40 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c4d9393 --- /dev/null +++ b/.gitignore @@ -0,0 +1,38 @@ +*.swp +*.*~ +project.lock.json +.DS_Store +*.pyc +nupkg/ + +# Visual Studio Code +.vscode + +# Rider +.idea + +# User-specific files +*.suo +*.user +*.userosscache +*.sln.docstates + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +build/ +bld/ +[Bb]in/ +[Oo]bj/ +[Oo]ut/ +msbuild.log +msbuild.err +msbuild.wrn + +# Visual Studio 2015 +.vs/ + diff --git a/Readme.md b/Readme.md index bf2b2f0..71c62a8 100644 --- a/Readme.md +++ b/Readme.md @@ -1,10 +1,10 @@ ## Tec Stack -Language: `lang` +Language: `c#` Framework: `none` Librarys: `none` ## Description -Basic Template for a Learning Repo +A Basic CLI Programm printing out the Fibbonachio ## Setup