Skip to content

Commit 32d3cdd

Browse files
authored
ignore terraform and terragrunt cache directories (#3985)
1 parent eb9c9c9 commit 32d3cdd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.org

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
* Changelog
22
** Unreleased 8.0.1
33
* terraform-ls now supports prefill requied fields and the ability to validate on save.
4+
* Ignore =.terraform= and =.terragrunt-cache= directories
45
* ~lsp-bash~ now supports ~bash-ts-mode~
56
* ~lsp-ruby-syntax-tree~, ~lsp-solargraph~, ~lsp-sorbet~, ~lsp-steep~, and ~lsp-typeprof~ now support ~ruby-ts-mode~
67
* Drop support for emacs 26.1 and 26.2

lsp-mode.el

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,9 @@ the server has requested that."
380380
"[/\\\\]_build\\'"
381381
;; Elixir
382382
"[/\\\\]\\.elixir_ls\\'"
383+
;; terraform and terragrunt
384+
"[/\\\\]\\.terraform\\'"
385+
"[/\\\\]\\.terragrunt-cache\\'"
383386
;; nix-direnv
384387
"[/\\\\]\\.direnv\\'")
385388
"List of regexps matching directory paths which won't be monitored when

0 commit comments

Comments
 (0)