Documentation
¶
Overview ¶
Package files contains small utilities for file operations used across the codebase, keeping IO details out of higher-level packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendIgnore ¶
AppendIgnore ensures the given pattern is present in .gitignore at repoRoot. It creates the file if missing and appends a newline if needed. Idempotent.
func DefaultGeneratedIgnores ¶
func DefaultGeneratedIgnores() []string
DefaultGeneratedIgnores returns common generated patterns that are safe to ignore.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.