Browse Source

chore: add .DS_Store to .gitignore

Add files unrelated to the project to .gitignore

Signed-off-by: Chaz Leong <13462818+cleong14@users.noreply.github.com>
pull/48/head
Chaz Leong 1 year ago
parent
commit
712523b953
No known key found for this signature in database
GPG Key ID: D41441D8D551AD84
  1. 3
      .gitignore

3
.gitignore vendored

@ -163,3 +163,6 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
# macOS
.DS_Store

Loading…
Cancel
Save