mirror of
https://github.com/github/gitignore
synced 2025-07-04 12:28:30 +02:00
Add .artifacts folder to Visual Studio .gitignore
We are planning to add a [new output path format](https://github.com/dotnet/designs/pull/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.
This commit is contained in:
parent
4488915eec
commit
21fc4d99eb
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ BenchmarkDotNet.Artifacts/
|
||||||
project.lock.json
|
project.lock.json
|
||||||
project.fragment.lock.json
|
project.fragment.lock.json
|
||||||
artifacts/
|
artifacts/
|
||||||
|
.artifacts/
|
||||||
|
|
||||||
# ASP.NET Scaffolding
|
# ASP.NET Scaffolding
|
||||||
ScaffoldingReadMe.txt
|
ScaffoldingReadMe.txt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue