File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Created by https://gitignore.org
2+ # Dotnet.gitignore
3+
4+ # # A streamlined .gitignore for modern .NET projects
5+ # # including temporary files, build results, and
6+ # # files generated by popular .NET tools. If you are
7+ # # developing with Visual Studio, the VS .gitignore
8+ # # https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
9+ # # has more thorough IDE-specific entries.
10+ # #
11+ # # Get latest from https://github.com/github/gitignore/blob/main/Dotnet.gitignore
12+
13+ # Build results
14+ [Dd ]ebug /
15+ [Dd ]ebugPublic /
16+ [Rr ]elease /
17+ [Rr ]eleases /
18+ x64 /
19+ x86 /
20+ [Ww ][Ii ][Nn ]32 /
21+ [Aa ][Rr ][Mm ]/
22+ [Aa ][Rr ][Mm ]64 /
23+ bld /
24+ [Bb ]in /
25+ [Oo ]bj /
26+ [Ll ]og /
27+ [Ll ]ogs /
28+
29+ # .NET Core
30+ project.lock.json
31+ project.fragment.lock.json
32+ artifacts /
33+
34+ # ASP.NET Scaffolding
35+ ScaffoldingReadMe.txt
36+
37+ # NuGet Packages
38+ * .nupkg
39+ # NuGet Symbol Packages
40+ * .snupkg
41+
42+ # Others
43+ ~$ *
44+ * ~
45+ CodeCoverage /
46+
47+ # MSBuild Binary and Structured Log
48+ * .binlog
49+
50+ # MSTest test Results
51+ [Tt ]est [Rr ]esult * /
52+ [Bb ]uild [Ll ]og. *
53+
54+ # NUnit
55+ * .VisualState.xml
56+ TestResult.xml
57+ nunit- * .xml
58+
59+ # Custom section
60+ .idea
61+ * .DotSettings.user
You can’t perform that action at this time.
0 commit comments