Skip to content

Commit

Permalink
Exclude the cache dir from the application dir perms
Browse files Browse the repository at this point in the history
  • Loading branch information
nickanderson committed Jun 18, 2024
1 parent d2e6842 commit ecf37b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfe_internal/enterprise/CFE_knowledge.cf
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ body file_select cfe_internal_docroot_api_static_async_query_status_status_perms
body depth_search cfe_internal_docroot_application_perms
{
depth => "inf";
exclude_dirs => { "logs" };
exclude_dirs => { "logs", "cache" };
}

############################################################################
Expand Down

0 comments on commit ecf37b3

Please sign in to comment.