Skip to content

Commit 67b5915

Browse files
Add *.swp to gitignore template (#29866)
Co-authored-by: YuliiaKovalova <[email protected]>
1 parent fac2452 commit 67b5915

File tree

2 files changed

+6
-0
lines changed
  • src/Tests/dotnet-new.Tests/Approvals/AllCommonItemsCreate.-o#dotnet-gitignore-file#-n#item.verified/dotnet-gitignore-file
  • template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Gitignore

2 files changed

+6
-0
lines changed

src/Tests/dotnet-new.Tests/Approvals/AllCommonItemsCreate.-o#dotnet-gitignore-file#-n#item.verified/dotnet-gitignore-file/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,3 +475,6 @@ $RECYCLE.BIN/
475475

476476
# Windows shortcuts
477477
*.lnk
478+
479+
# Vim temporary swap files
480+
*.swp

template_feed/Microsoft.DotNet.Common.ItemTemplates/content/Gitignore/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,3 +475,6 @@ $RECYCLE.BIN/
475475

476476
# Windows shortcuts
477477
*.lnk
478+
479+
# Vim temporary swap files
480+
*.swp

0 commit comments

Comments
 (0)