Skip to content

Commit

Permalink
chore: update .gitignore for macOS files and modify VSCode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfredinni committed Jan 7, 2025
1 parent ee7b767 commit a1d6def
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,9 @@ cython_debug/

# Support for Project snippet scope

# End of https://www.toptal.com/developers/gitignore/api/python,visualstudiocode,linux
# End of https://www.toptal.com/developers/gitignore/api/python,visualstudiocode,linux

# macos
.DS_Store
.AppleDouble
.LSOverride
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@
"runserver",
"whitenoise",
"wrongpassword"
]
],
"editor.fontFamily": "'Fira Code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'"
}
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a1d6def

Please sign in to comment.