Skip to content

Commit 21fc4d9

Browse files
authored
Add .artifacts folder to Visual Studio .gitignore
We are planning to add a [new output path format](dotnet/designs#281) to .NET projects which will by default put output in an `.artifacts` folder. So this PR adds that folder to the Visual Studio .gitignore file. The first support for this will be in .NET 8 Preview 3. We will be looking for feedback through the preview process, so it's possible that the folder name or other aspects of the design could change as a result.
1 parent 4488915 commit 21fc4d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

VisualStudio.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ BenchmarkDotNet.Artifacts/
6161
project.lock.json
6262
project.fragment.lock.json
6363
artifacts/
64+
.artifacts/
6465

6566
# ASP.NET Scaffolding
6667
ScaffoldingReadMe.txt

0 commit comments

Comments
 (0)