pulumi / pulumi-policy

Pulumi's Policy as Code SDK, CrossGuard. Define infrastructure checks in code to enforce security, compliance, cost, and other practices, enforced at deployment time.
https://www.pulumi.com/docs/guides/crossguard/
Apache License 2.0
31 stars 4 forks source link

add ci-scripts to .gitignore #348

Closed tgummerer closed 1 month ago

tgummerer commented 1 month ago

Since https://github.com/pulumi/scripts/pull/141, check-worktree-is-clean also checks for untracked files in the repository. However that means that it will also recognize its own folder existing at the same level as the repository as an unclean worktree.

Fix that by adding the ci-scripts folder to the .gitignore.