Skip to content

Commit db2421e

Browse files
authored
Ignore Poetry installation error log files. (#213)
## Ticket n/a ## Changes * Add a line to the gitignore file for app to ignore local Poetry error log files. ## Context for reviewers These are only relevant to the individual's local dev env and do not belong in the repo. ## Testing Tested by running git status and seeing that my many local Poetry installation error log files are now ignored. 😀 Before: <img width="606" alt="image" src="https://github.com/navapbc/template-application-flask/assets/5387486/bfbb46d8-b495-4268-95c4-b3e00d3269b5"> After: <img width="532" alt="image" src="https://github.com/navapbc/template-application-flask/assets/5387486/63b13012-ef3a-41ba-91da-d87b0fbe79bb">
1 parent 0d1f1de commit db2421e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ coverage.*
2626
# VSCode Workspace
2727
*.code-workspace
2828
.vscode
29+
30+
# Poetry installer local error logs
31+
poetry-installer-error-*.log

0 commit comments

Comments
 (0)