summaryrefslogtreecommitdiff
path: root/internal/ignore/checker.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/ignore/checker.go')
-rw-r--r--internal/ignore/checker.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/ignore/checker.go b/internal/ignore/checker.go
index 92129b8..034e3db 100644
--- a/internal/ignore/checker.go
+++ b/internal/ignore/checker.go
@@ -1,4 +1,4 @@
-// Summary: Thread-safe gitignore-aware file checker that combines .gitignore
+// Package ignore provides a thread-safe gitignore-aware file checker that combines .gitignore
// patterns with user-configured extra patterns. Used by the LSP server to
// skip completions and code actions for ignored files.
package ignore