Azure / AzOps

AzOps is a PowerShell module which deploys (Push) ARM Resource Templates & Bicep files at all Azure scope levels and exports (Pull) ARM resource hierarchy.
https://aka.ms/AzOps
MIT License
371 stars 158 forks source link

Folder names prefixed with "." #837

Closed greyghostbrewery closed 6 months ago

greyghostbrewery commented 6 months ago

Describe the bug Folder names in this repo are prefixed with a period (".").

This is generally used for hidden folders, and as such causes issues in applications such as File Explorer when "Show Hidden Files and Folders" is disabled.

Is there a reason why the folder names are prefixed with a period as this seems to go against a generally accepted standard for naming conventions?

FYI - this is in reference to the DevOps Pipelines wiki page here: https://github.com/azure/azops/wiki/azure-pipelines

daltondhcp commented 6 months ago

Thanks for reaching out with your question about the .github, .vscode, and .devcontainer directories. It's great to see your engagement with the project!

To clarify, these folders are standard in many GitHub repositories and serve specific purposes:

These folders are not directly related to the core functionality of the project but are crucial for maintaining consistency and efficiency in development practices, especially in collaborative settings. If they are not relevant to your use case, you can typically ignore them without impacting the main functionality of the project.

Hope this helps! Let us know if you have any more questions.

greyghostbrewery commented 6 months ago

This is actually related to the wiki page listed in the issue, and not the folder names you have listed, specifically the .pipelines & .scripts folders.

image