Skip to content

Commit

Permalink
feat: add .DS_Store files to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
pppmlt committed Aug 11, 2023
1 parent b5b5c56 commit b666f38
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 @@ -76,6 +76,9 @@ ENV/
env.bak/
venv.bak/

# MacOS
.DS_Store

# IDEs
.idea
.vscode
Expand Down

0 comments on commit b666f38

Please sign in to comment.