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. 5
      .gitignore

5
.gitignore vendored

@ -162,4 +162,7 @@ cython_debug/
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# 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/
#.idea/
# macOS
.DS_Store

Loading…
Cancel
Save