diff --git a/.gitignore b/.gitignore index e2da56afab92..4f71f6fc2b68 100644 --- a/.gitignore +++ b/.gitignore @@ -181,6 +181,10 @@ Backup*/ UpgradeLog*.XML UpgradeLog*.htm +# The Backup*/ rule will ignore the backup and restore cmdlets +# for Azure web apps. Exclude that directory from being ignored here. +!/src/ResourceManager/Websites/Commands.Websites/Cmdlets/BackupRestore + # SQL Server files *.mdf *.ldf