()
| 41 | * @returns The path to the global gitignore file |
| 42 | */ |
| 43 | export function getGlobalGitignorePath(): string { |
| 44 | return join(homedir(), '.config', 'git', 'ignore') |
| 45 | } |
| 46 | |
| 47 | /** |
| 48 | * Adds a file pattern to the global gitignore file (.config/git/ignore) |
no outgoing calls
no test coverage detected