Codebase list python-castellan / 1375d6c
Fix gitignore pattern for vault related files previous pattern ignored any file that started with 'vault_'. While not affecting changes to the vault_key_manager.py file that was already checked into the repository, this pattern effectively hides said file from many modern search tools (like ack, ag or ripgrep) that by default ignore files according to .gitignore patterns. This patch changes this pattern to ignore 'vault_*' files and directories only in the root of the repo. Change-Id: Id2095d9a401154435c346916e10df777b70d28dc Pavlo Shchelokovskyy 2 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2727 .stestr/
2828 .venv
2929 cover
30 vault_*
30 /vault_*
3131
3232 # Translations
3333 *.mo