diff --git a/bemade_git_repos_addons/wizard/directory_wizard.py b/bemade_git_repos_addons/wizard/directory_wizard.py index d47d073..079e89f 100644 --- a/bemade_git_repos_addons/wizard/directory_wizard.py +++ b/bemade_git_repos_addons/wizard/directory_wizard.py @@ -9,14 +9,21 @@ class DirectoryWizard(models.TransientModel): # Directories to exclude from the list, including hidden directories and directories that are not relevant EXCLUDED_DIRS = [ '.idea', + '.cache', + '.config', '.git', + '.local', '.odoo-deploy', + '.ssh', '.testing', 'conf', 'design-themes', 'enterprise', + 'filestore' 'Notes', 'odoo', + 'server', + 'themes', 'tools', 'venv', ]