Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e517cae

Browse files
bittailorfacchinm
authored andcommitted
Add .settings to the ignored spurious folders
Signed-off-by: Franz Schnyder <schnyderfranz@gmail.com>
1 parent 2b7d693 commit e517cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎utils/utils.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ func FilterFiles() filterFiles {
152152
}
153153
}
154154

155-
var SOURCE_CONTROL_FOLDERS = map[string]bool{"CVS": true, "RCS": true, ".git": true, ".github": true, ".svn": true, ".hg": true, ".bzr": true, ".vscode": true}
155+
var SOURCE_CONTROL_FOLDERS = map[string]bool{"CVS": true, "RCS": true, ".git": true, ".github": true, ".svn": true, ".hg": true, ".bzr": true, ".vscode": true, ".settings": true}
156156

157157
func IsSCCSOrHiddenFile(file os.FileInfo) bool {
158158
return IsSCCSFile(file) || IsHiddenFile(file)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /