GoateePFE / ADCSTemplate

A PowerShell module for exporting, importing, removing, permissioning, publishing Active Directory Certificate Templates. It also includes a DSC resource for creating AD CS templates using these functions. This was built with the intent of using DSC for rapid lab builds. Could also work in production to move templates between AD CS environments.
MIT License
85 stars 23 forks source link

missing a .gitignore to exclude files such as .DS_Store #6

Closed GoateePFE closed 6 years ago

GoateePFE commented 6 years ago

From Twitter: gael @gaelcolas You're missing a .gitignore to exclude files such as .DS_Store :)

GoateePFE commented 6 years ago

Done.