Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Terraform.gitignore to ignore graph files #4455

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

RScrafted
Copy link

@RScrafted RScrafted commented Jun 2, 2024

Added line to ignore graph file('s).

Reasons for making this change:

I am doing a cloud deployment project. .gitignore is critical and relevant for me to avoid uploading unnecessary files. I find the template helpful and feel the necessity to ignore graph files. These are saved as .dot extension which is standard with terraform. I noticed the default template was missing graph ignore files which are optional in most cases as they serve as a local function. As a result, I have added the same.

Links to documentation supporting these rule changes:

https://developer.hashicorp.com/terraform/cli/commands/graph

If this is a new template:

  • Link to application or project’s homepage: TODO

Added line to ignore graph file('s).
@RScrafted RScrafted changed the title Update Terraform.gitignore Update Terraform.gitignore to ignore graph files Jun 3, 2024
Copy link
Author

@RScrafted RScrafted left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added other formats to be ignored

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant