SIENTIAPDE-1243: Add .bandit/ and validate.txt to .gitignore to exclude code quality tool cache files.
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -51,6 +51,10 @@ coverage.xml
|
|||||||
.pytest_cache/
|
.pytest_cache/
|
||||||
cover/
|
cover/
|
||||||
|
|
||||||
|
# Code quality tools cache
|
||||||
|
.bandit/
|
||||||
|
validate.txt
|
||||||
|
|
||||||
# Translations
|
# Translations
|
||||||
*.mo
|
*.mo
|
||||||
*.pot
|
*.pot
|
||||||
|
|||||||
Reference in New Issue
Block a user