aboutsummaryrefslogtreecommitdiffstats
path: root/CSharp.gitignore
blob: e457e42c52414c03168d76b2762de34f2b62b4aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ReSharper meta directory
_ReSharper*

# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
bin
obj

# user settings
*.user
*.suo

# if you have pictures, windows will likely create those annoying index files
Thumbs.db

# mstest test results
TestResults