Skip to content

Commit

Permalink
update .gitignore to ignore MacOS DS_Store files
Browse files Browse the repository at this point in the history
  • Loading branch information
BanjoFox committed Oct 11, 2024
1 parent 5416a47 commit a0004fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
.github/

# Ignore envrionment/OS files
**/.DS_Store/
**/.vscode/
.DS_Store/
.vscode/

# This is used for Docker
.env
Expand Down

0 comments on commit a0004fa

Please sign in to comment.