Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvinev committed Sep 29, 2023
1 parent d1e3b73 commit add5192
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ jobs:
ZAPTEC_PASSWORD: ${{ secrets.ZAPTEC_PASSWORD }}
run: |
poetry run zaptec-costs
ls -la
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
**/.vscode
**/.venv/
**/__pycache__/
*.html
**.html
!zaptec_costs/**.html

0 comments on commit add5192

Please sign in to comment.