Configure Readme.md and .gitignore
This commit is contained in:
parent
daec0d625f
commit
be5588f02c
2 changed files with 40 additions and 2 deletions
38
.gitignore
vendored
Normal file
38
.gitignore
vendored
Normal 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/
|
||||
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue