gitignore

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 14, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package gitignore updates project ignore files with Codog runtime paths.

Package gitignore matches workspace paths against .gitignore files.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Matcher

type Matcher struct {
	// contains filtered or unexported fields
}

Matcher evaluates .gitignore rules beneath one workspace root.

func New

func New(workspace string) (*Matcher, error)

New returns a matcher rooted at workspace.

func (*Matcher) Ignored

func (m *Matcher) Ignored(candidate string, isDir bool) bool

Ignored reports whether path is ignored by the applicable .gitignore files.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL