Skip to content

Commit

Permalink
chore: allow json and csv files in git
Browse files Browse the repository at this point in the history
  • Loading branch information
majimearun committed May 31, 2023
1 parent 77193fa commit 6d706f7
Show file tree
Hide file tree
Showing 4 changed files with 19,762 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
*.csv
*.json

my_timetables.json

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.formatting.provider": "none",
"conventionalCommits.scopes": [
"add variable values that match the example pdf"
]
}
Loading

0 comments on commit 6d706f7

Please sign in to comment.