Skip to content

Commit 589efe1

Browse files
Remove .DS_Store from repo and consolidate .gitignore entry
- Untrack src/server/.DS_Store (macOS artifact, 6148 bytes) - Replace duplicate .DS_Store entries in .gitignore with a single recursive glob pattern (**/.DS_Store) to catch all subdirectories - Remove duplicate *.swp/*.swo entries from OS files section Closes #14
1 parent a9e21a3 commit 589efe1

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ env/
4040
*.swp
4141
*.swo
4242
*~
43-
.DS_Store
43+
**/.DS_Store
4444
*.sublime-workspace
4545
*.sublime-project
4646

@@ -87,10 +87,7 @@ dmypy.json
8787
*.ipynb
8888

8989
# OS files
90-
.DS_Store
9190
Thumbs.db
92-
*.swp
93-
*.swo
9491

9592
# Statistics and image files
9693
data/results/*.csv

src/server/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)