Add .gitignore
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
|||||||
|
## .NET
|
||||||
|
bin/
|
||||||
|
obj/
|
||||||
|
*.user
|
||||||
|
*.suo
|
||||||
|
*.cache
|
||||||
|
*.dll
|
||||||
|
*.pdb
|
||||||
|
|
||||||
|
## NuGet
|
||||||
|
packages/
|
||||||
|
*.nupkg
|
||||||
|
|
||||||
|
## Visual Studio
|
||||||
|
.vs/
|
||||||
|
*.sln.docstates
|
||||||
|
|
||||||
|
## Build Results
|
||||||
|
[Dd]ebug/
|
||||||
|
[Rr]elease/
|
||||||
Reference in New Issue
Block a user