Browse Source

Update VisualStudio.gitignore to add a safer rule for rdl backups (#3047)

pull/3048/head
Alvaro Enrique Ruano 5 years ago
parent
commit
8f83007b29
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      VisualStudio.gitignore

+ 3
- 1
VisualStudio.gitignore View File

@@ -262,7 +262,9 @@ ServiceFabricBackup/
*.bim.layout
*.bim_*.settings
*.rptproj.rsuser
*- Backup*.rdl
*- [Bb]ackup.rdl
*- [Bb]ackup ([0-9]).rdl
*- [Bb]ackup ([0-9][0-9]).rdl

# Microsoft Fakes
FakesAssemblies/

Loading…
Cancel
Save