Skip to content

Commit

Permalink
chore: add vscode and idea folders to git
Browse files Browse the repository at this point in the history
  • Loading branch information
royce-mathew committed Aug 21, 2023
1 parent c2bacfa commit 8496829
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.idea/
.vscode/
__pycache__
venv
.env
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
}
}

0 comments on commit 8496829

Please sign in to comment.