Bitbucket server filter out globally ignored files before attempting diff

This commit is contained in:
MarkRx
2024-05-30 11:34:39 -04:00
parent 04d55a6309
commit c11ee8643e
2 changed files with 8 additions and 1 deletions

4
.gitignore vendored
View File

@ -1,4 +1,6 @@
.idea/
.lsp/
.vscode/
venv/
pr_agent/settings/.secrets.toml
__pycache__
@ -6,4 +8,4 @@ dist/
*.egg-info/
build/
.DS_Store
docs/.cache/
docs/.cache/