Skip to content

Commit 9dec079

Browse files
MOAR
1 parent e82b7c8 commit 9dec079

File tree

1 file changed

+23
-102
lines changed

1 file changed

+23
-102
lines changed

Dotnet.gitignore

Lines changed: 23 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@
77
##
88
## Get latest from https://github.com/github/gitignore/blob/main/Dotnet.gitignore
99

10-
# User-specific files
11-
*.rsuser
12-
*.suo
13-
*.user
14-
*.userosscache
15-
*.sln.docstates
16-
1710
# Build results
1811
[Dd]ebug/
1912
[Dd]ebugPublic/
@@ -30,17 +23,18 @@ bld/
3023
[Ll]og/
3124
[Ll]ogs/
3225

33-
# MSTest test Results
34-
[Tt]est[Rr]esult*/
35-
[Bb]uild[Ll]og.*
26+
# VS and VS Code files for those working on multiple tools
27+
.vscode/*
28+
!.vscode/settings.json
29+
!.vscode/tasks.json
30+
!.vscode/launch.json
31+
!.vscode/extensions.json
32+
*.code-workspace
3633

37-
# NUnit
38-
*.VisualState.xml
39-
TestResult.xml
40-
nunit-*.xml
34+
.vs/*
4135

42-
# Benchmark Results
43-
BenchmarkDotNet.Artifacts/
36+
# OS Specifc
37+
.DS_Store/*
4438

4539
# .NET Core
4640
project.lock.json
@@ -64,98 +58,25 @@ ScaffoldingReadMe.txt
6458
*.nuget.props
6559
*.nuget.targets
6660

67-
# Web workbench (sass)
68-
.sass-cache/
69-
70-
# Publish Web Output
71-
*.[Pp]ublish.xml
72-
*.azurePubxml
73-
# Note: Comment the next line if you want to checkin your web deploy settings,
74-
# but database connection strings (with potential passwords) will be unencrypted
75-
*.pubxml
76-
*.publishproj
77-
78-
# Microsoft Azure Web App publish settings. Comment the next line if you want to
79-
# checkin your Azure Web App publish settings, but sensitive information contained
80-
# in these scripts will be unencrypted
81-
PublishScripts/
82-
83-
# Microsoft Azure Build Output
84-
csx/
85-
*.build.csdef
86-
87-
# Microsoft Azure Emulator
88-
ecf/
89-
rcf/
61+
# User-specific files
62+
*.rsuser
63+
*.suo
64+
*.user
65+
*.userosscache
66+
*.sln.docstates
9067

9168
# Others
92-
ClientBin/
9369
~$*
9470
*~
95-
*.dbmdl
96-
*.dbproj.schemaview
97-
*.jfm
98-
*.pfx
99-
*.publishsettings
100-
orleans.codegen.cs
101-
102-
# Including strong name files can present a security risk
103-
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
104-
#*.snk
105-
106-
# Since there are multiple workflows, uncomment next line to ignore bower_components
107-
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
108-
#bower_components/
109-
110-
# SQL Server files
111-
*.mdf
112-
*.ldf
113-
*.ndf
114-
115-
# Microsoft Fakes
116-
FakesAssemblies/
11771

11872
# MSBuild Binary and Structured Log
11973
*.binlog
12074

121-
# Fody - auto-generated XML schema
122-
FodyWeavers.xsd
123-
124-
# VS and VS Code files for those working on multiple tools
125-
.vscode/*
126-
!.vscode/settings.json
127-
!.vscode/tasks.json
128-
!.vscode/launch.json
129-
!.vscode/extensions.json
130-
*.code-workspace
75+
# MSTest test Results
76+
[Tt]est[Rr]esult*/
77+
[Bb]uild[Ll]og.*
13178

132-
.vs/*
133-
*_i.c
134-
*_p.c
135-
*_h.h
136-
*.ilk
137-
*.meta
138-
*.obj
139-
*.iobj
140-
*.pch
141-
*.pdb
142-
*.ipdb
143-
*.pgc
144-
*.pgd
145-
*.rsp
146-
# but not Directory.Build.rsp, as it configures directory-level build defaults
147-
!Directory.Build.rsp
148-
*.sbr
149-
*.tlb
150-
*.tli
151-
*.tlh
152-
*.tmp
153-
*.tmp_proj
154-
*.log
155-
*.tlog
156-
*.vspscc
157-
*.vssscc
158-
.builds
159-
*.pidb
160-
*.svclog
161-
*.scc
79+
# NUnit
80+
*.VisualState.xml
81+
TestResult.xml
82+
nunit-*.xml

0 commit comments

Comments
 (0)