Skip to content

Commit 96edd8e

Browse files
committed
Removed binary c# files and added gitignore for VS/c# files to cSharp folder
1 parent 4ddcc87 commit 96edd8e

19 files changed

+13
-28
lines changed

cSharp/.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
#Ignore files build by Visual Studio
3+
*[Bb]in*
4+
*[Oo]bj*
5+
*.user
6+
*.suo
7+
*.vspscc
8+
[Tt]est[Rr]esult*
9+
#ignore thumbnails created by windows
10+
Thumbs.db
11+
*.vssscc
12+
/packages/
13+
/packages/*
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)