|
@@ -893,6 +893,10 @@ func (m *Model) GetIgnores(folder string) ([]string, []string, error) {
|
|
|
return lines, nil, fmt.Errorf("Folder %s does not exist", folder)
|
|
return lines, nil, fmt.Errorf("Folder %s does not exist", folder)
|
|
|
fd, err := os.Open(filepath.Join(cfg.Path(), ".stignore"))
|
|
fd, err := os.Open(filepath.Join(cfg.Path(), ".stignore"))
|