Sublime Forum

How to exclude some JSON files with file_exclude_patterns in my sublime-project?

#1

It is supposed to use the https://en.wikipedia.org/wiki/Glob_(programming), as the issue https://github.com/SublimeTextIssues/Core/issues/463 (file_exclude_patterns not working with expansions since Build 3065) says, but I got trouble with them:

They are on the folder Packages/User/FileHistory*.json files.

Is it a bug or something ain’t right with my expression?

0 Likes

#2

:scream: I solved it while writing the topic description:

            "file_exclude_patterns":
            [
                "Packages/User/FileHistory*.json",
            ],

1 Like

How include a file from a excluded folder in my .sublime-project?