Add solution and project files; introduce .gitignore and clean IDE/build artifacts
This commit is contained in:
commit
be5a4e9fa7
10 changed files with 270 additions and 0 deletions
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Visual Studio
|
||||
.vs/
|
||||
*.user
|
||||
*.suo
|
||||
*.userosscache
|
||||
*.VC.db
|
||||
|
||||
# Build output
|
||||
bin/
|
||||
obj/
|
||||
|
||||
# Rider
|
||||
.idea/
|
||||
|
||||
# NuGet
|
||||
packages/
|
||||
|
||||
# Resharper
|
||||
_ReSharper*/
|
||||
|
||||
# OS files
|
||||
Thumbs.db
|
||||
.DS_Store
|
||||
Loading…
Add table
Add a link
Reference in a new issue