ignorefile

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2023 License: Apache-2.0 Imports: 5 Imported by: 60

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ReadAll

func ReadAll(reader io.Reader) ([]string, error)

ReadAll reads an ignore file from a reader and returns the list of file patterns to ignore, applying the following rules:

  • An UTF8 BOM header (if present) is stripped.
  • Lines starting with "#" are considered comments and are skipped.

For remaining lines:

  • Leading and trailing whitespace is removed from each ignore pattern.
  • It uses filepath.Clean to get the shortest/cleanest path for ignore patterns.
  • Leading forward-slashes ("/") are removed from ignore patterns, so "/some/path" and "some/path" are considered equivalent.

Types

This section is empty.

Jump to

Keyboard shortcuts

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