Open heaths opened 9 months ago
Saw another PR trying to add .gitignore
in subfolder, and similarly trying to ignore package.json
https://github.com/Azure/azure-rest-api-specs/pull/27076/files
/cc @allenjzhang @lmazuel
@mikeharder assigning you as our TypeSpec person
Given the TypeSpec guidelines and design, it seems that the Azure/azure-rest-api-specs(-pr) repos' root
.gitignore
files should ignore allpackage.json
andpackage-lock.json
except in the root where we want to manage dependencies centrally. This will help teams avoid checking in their files by accident if, for example, migrating from an internal AzDO repo.