Skip to content
This repository has been archived by the owner on Aug 12, 2023. It is now read-only.

Commit

Permalink
refactor: reformat gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
star0202 authored Jan 16, 2023
1 parent 7e909ba commit 0ed8b1c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.env
/venv
**/__pycache__
/.idea
**/*.log
**/*.db
venv/
__pycache__/
.idea/
*.log
*.db

0 comments on commit 0ed8b1c

Please sign in to comment.