OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.37k stars 1.12k forks source link

Ignore debugging files in Azure Cloud Service proj #2980

Open orchardbot opened 11 years ago

orchardbot commented 11 years ago

TheMonarch created: https://orchard.codeplex.com/workitem/19153

After running Azure solution in debug mode, Mercurial sees these files as status = unknown. Please add to .hgignore:

glob:src/Orchard.Azure/Orchard.Azure.CloudService/csx/Debug/*

orchardbot commented 11 years ago

TheMonarch commented:

nm, no patch, just need to add this to .hgignore:

glob:src/Orchard.Azure/Orchard.Azure.CloudService/csx/Debug/*

orchardbot commented 11 years ago

TheMonarch commented:

Dude, sorry, but I forgot to also Add ignore for Release config. Can we add this too?

glob:src/Orchard.Azure/Orchard.Azure.CloudService/csx/Release/*