Skip to content

Commit a70d086

Browse files
committed
Changed a .gitattributes and .gitignore files
1 parent 4bfb386 commit a70d086

File tree

2 files changed

+62
-20
lines changed

2 files changed

+62
-20
lines changed

.gitattributes

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
*.cs diff=csharp
66
*.sln merge=union
77
*.csproj merge=union
8-
*.vbproj merge=union
9-
*.fsproj merge=union
10-
*.dbproj merge=union
118

129
# Standard to msysgit
1310
*.doc diff=astextplain

.gitignore

Lines changed: 62 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,73 @@
1+
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
2+
[Bb]in/
3+
[Oo]bj/
4+
5+
# NUnit test results
6+
TestResult.xml
7+
8+
## Ignore Visual Studio temporary files, build results, and
9+
## files generated by popular Visual Studio add-ons.
10+
11+
# User-specific files
12+
.vs/
13+
.vscode/
14+
*.sln.docstates
115
*.suo
216
*.user
17+
*.userprefs
18+
19+
# Build results
20+
artifacts/
321
*.FileListAbsolute.txt
4-
bin/
5-
obj/
6-
*.ncb
7-
*.nlb
8-
*.aps
9-
*.clw
10-
*.pdb
22+
*.ilk
23+
*.log
24+
*.meta
1125
*.obj
1226
*.pch
27+
*.pdb
28+
*.pgc
29+
*.pgd
30+
*.rsp
31+
*.sbr
32+
*.tlb
33+
*.tlh
34+
*.tli
35+
*.tmp
1336
*.vspscc
37+
*.vssscc
1438
*_i.c
1539
*_p.c
16-
*.tlb
17-
*.tlh
40+
41+
# Visual Studio profiler
42+
*.psess
43+
*.vsp
44+
*.vspx
45+
46+
# ReSharper is a .NET coding add-in
47+
_ReSharper.*/
48+
49+
# Publishing
50+
PublishProfiles/
51+
*.Publish.xml
52+
53+
# NuGet Packages
54+
packages/
55+
*.nupkg
56+
57+
# Others
58+
.build/
59+
.nuget/
1860
*.bak
1961
*.[Cc]ache
20-
*.ilk
21-
*.log
22-
*.lib
23-
*.sbr
24-
*.scc
25-
*.sig
26-
_ReSharper*/
62+
*.dbmdl
63+
*.docstates
2764
*.orig
28-
*.nupkg
65+
*.scc
66+
*DS_Store
67+
68+
# Backup & report files from converting an old project file to a newer
69+
# Visual Studio version. Backup files are not needed, because we have git ;-)
70+
_UpgradeReport_Files/
71+
Backup*/
72+
UpgradeLog.htm
73+
UpgradeLog*.XML

0 commit comments

Comments
 (0)