Skip to content

Commit 1235fcd

Browse files
removing OS and IDE specific content
1 parent dae35c0 commit 1235fcd

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

Dotnet.gitignore

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,6 @@ bld/
2323
[Ll]og/
2424
[Ll]ogs/
2525

26-
# VS and VS Code files for those working on multiple tools
27-
.vscode/*
28-
29-
!.vscode/settings.json
30-
!.vscode/tasks.json
31-
!.vscode/launch.json
32-
!.vscode/extensions.json
33-
*.code-workspace
34-
35-
.vs/*
36-
37-
# Still usesd in VS for HTTP files and publish profiles
38-
.user
39-
40-
# OS Specifc
41-
.DS_Store/*
42-
4326
# .NET Core
4427
project.lock.json
4528
project.fragment.lock.json
@@ -68,7 +51,4 @@ CodeCoverage/
6851
# NUnit
6952
*.VisualState.xml
7053
TestResult.xml
71-
nunit-*.xml
72-
73-
# JetBrains Rider
74-
.idea/*
54+
nunit-*.xml

0 commit comments

Comments
 (0)