interface GitIgnoreTemplate {
    [section: string]: string[];
}

Indexable

[section: string]: string[]