Skip to content

Commit

Permalink
Merge pull request #660 from rothmichaels/feature/gitignore-ds_store
Browse files Browse the repository at this point in the history
Add .DS_Store to .gitignore
  • Loading branch information
mpusz authored Dec 20, 2024
2 parents e3ec5cb + 7fd2431 commit ba6e19d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ CMakeUserPresets.json
# cxxdraft-htmlgen
docs/api_reference/src/source/
docs/api_reference/gen

# macOS files
.DS_Store

0 comments on commit ba6e19d

Please sign in to comment.