Skip to content

Commit

Permalink
chore: gitignored .DS_Store (#2300)
Browse files Browse the repository at this point in the history
DS_Store files are created by macOS Finder and are typically not needed or wanted in a Git repository as they are specific to macOS file management.

Signed-off-by: Next Alone <[email protected]>
  • Loading branch information
NextAlone authored Nov 15, 2024
1 parent aeb2659 commit daaac26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file removed .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ out/
build/
classes/
**/jetbrains.db
.DS_Store

0 comments on commit daaac26

Please sign in to comment.