Skip to content

Commit

Permalink
Add macOS .DS_Store to .gitignore (langchain-ai#401)
Browse files Browse the repository at this point in the history
These are macOS specific files left around in directories (to save
user's display settings)
  • Loading branch information
gojira authored Dec 22, 2022
1 parent 6bc8ae6 commit 5528265
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,6 @@ dmypy.json

# Pyre type checker
.pyre/

# macOS display setting files
.DS_Store

0 comments on commit 5528265

Please sign in to comment.