Skip to content

Commit

Permalink
Delete .DS_Store (#1025)
Browse files Browse the repository at this point in the history
* delete two `.DS_Store`s

* create `.gitignore`

* add more items to `.gitignore`
  • Loading branch information
larry0x authored Oct 30, 2023
1 parent a4b29b7 commit e29026d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# editors
.idea/
.vscode/

# macOS
.DS_Store
Binary file removed spec/.DS_Store
Binary file not shown.
Binary file removed spec/core/.DS_Store
Binary file not shown.

0 comments on commit e29026d

Please sign in to comment.