diff options
-rw-r--r-- | Python.gitignore | 7 | ||||
-rw-r--r-- | Terraform.gitignore | 7 |
2 files changed, 7 insertions, 7 deletions
diff --git a/Python.gitignore b/Python.gitignore index abd8cb78..cb0f8dc8 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -194,13 +194,6 @@ cython_debug/ # PyPI configuration file .pypirc -# Cursor -# Cursor is an AI-powered code editor. `.cursorignore` specifies files/directories to -# exclude from AI features like autocomplete and code analysis. Recommended for sensitive data -# refer to https://docs.cursor.com/context/ignore-files -.cursorignore -.cursorindexingignore - # Marimo marimo/_static/ marimo/_lsp/ diff --git a/Terraform.gitignore b/Terraform.gitignore index 6349e361..4d91a6b4 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -35,3 +35,10 @@ override.tf.json # Ignore CLI configuration files .terraformrc terraform.rc + +# Optional: ignore graph output files generated by `terraform graph` +# *.dot + +# Optional: ignore plan files saved before destroying Terraform configuration +# Uncomment the line below if you want to ignore planout files. +# planout
\ No newline at end of file |