Skip to content

Commit

Permalink
Ignore Poetry installation error log files. (#213)
Browse files Browse the repository at this point in the history
## 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">
  • Loading branch information
anybodys authored Dec 7, 2023
1 parent 0d1f1de commit db2421e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ coverage.*
# VSCode Workspace
*.code-workspace
.vscode

# Poetry installer local error logs
poetry-installer-error-*.log

0 comments on commit db2421e

Please sign in to comment.