Skip to content

Commit d83c3bb

Browse files
author
Hovsep
committed
Merge pull request Azure#2169 from Nking92/websites_backup_gitignorefix
Fix the gitignore so it stops ignoring websites backup and restore
2 parents 0f5275c + 505302a commit d83c3bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,10 @@ Backup*/
181181
UpgradeLog*.XML
182182
UpgradeLog*.htm
183183

184+
# The Backup*/ rule will ignore the backup and restore cmdlets
185+
# for Azure web apps. Exclude that directory from being ignored here.
186+
!/src/ResourceManager/Websites/Commands.Websites/Cmdlets/BackupRestore
187+
184188
# SQL Server files
185189
*.mdf
186190
*.ldf

0 commit comments

Comments
 (0)