Configure Readme.md and .gitignore

This commit is contained in:
Snoweuph 2023-03-28 10:21:07 +02:00
parent daec0d625f
commit be5588f02c
2 changed files with 40 additions and 2 deletions

38
.gitignore vendored Normal file
View file

@ -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/

View file

@ -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