Skip to content
Commit cff4edd3 authored by Waqar Ahmed's avatar Waqar Ahmed
Browse files

project: Add ability to exclude folders

Sometimes we have folder around in the project that don't need to be
shown in the project tree. For git projects, you can just gitignore them
but for non-git folder based projects there is no way to do this.

With this commit, you can now specify a "exclude_folder_patterns" in the
.kateproject file like:

{
   "exclude_patterns": ["node_modules", "blah"]
}

and any file/folder that matches this pattern is ignored
parent b2d93536
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment