Skip to content

Commit

Permalink
ignore .DS_Store (brucemiller#1878)
Browse files Browse the repository at this point in the history
The Mac OS X Finder app (the file explorer GUI) adds a .DS_Store file to every directory the user interacts with.
  • Loading branch information
teepeemm authored Jun 29, 2022
1 parent 30c48a0 commit c044719
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,6 @@ auto
# Travis built things
tools/travis/dist
# Various editor workspaces
.vscode/
.vscode/
# from Mac OS
.DS_Store
5 changes: 4 additions & 1 deletion MANIFEST.SKIP
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@
\.fls$
\.synctex\.gz$
\.fdb_latexmk$
^931_test(\w+)\.epub$
^931_test(\w+)\.epub$

# Mac OSX metadata
\B\.DS_Store

0 comments on commit c044719

Please sign in to comment.