Skip to content

Commit

Permalink
chore: ignore .DS_Store macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastián García authored Sep 1, 2024
1 parent dac6778 commit becb4ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
.DS_Store

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
Expand Down Expand Up @@ -138,4 +139,4 @@ storybook-static
# End of https://www.toptal.com/developers/gitignore/api/react
# Ignore all .env files in the root of a repository
# This is useful for multiple .env files for different environments
.env*
.env*

0 comments on commit becb4ca

Please sign in to comment.