Skip to content

Commit

Permalink
Ignore .DS_Store files
Browse files Browse the repository at this point in the history
This commit updates the .gitignore file to ignore .DS_Store files, which are created by macOS. These files are not relevant to the project and should not be included in version control.

Signed-off-by: Kamakura.Yx <barnett.yuxiang@gmail.com>
  • Loading branch information
barnett-yuxiang committed Jan 10, 2024
1 parent 609836b commit aca3fcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ dist/
*.egg-info/
build/
review.md
.DS_Store

0 comments on commit aca3fcb

Please sign in to comment.