Skip to content

Commit

Permalink
add .DS_Store to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
justincorrigible committed Jan 7, 2025
1 parent f348cd7 commit 6d2a481
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
dist
.DS_Store
.env
.nyc_output
.vscode

node_modules
.env
docker

coverage
.nyc_output
*.log
dist
docker
*.log

0 comments on commit 6d2a481

Please sign in to comment.