Skip to content

Commit

Permalink
fix: ignore DS_Store
Browse files Browse the repository at this point in the history
  • Loading branch information
builder555 committed Jan 24, 2024
1 parent 1bb9259 commit acb4eab
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 @@ -2,4 +2,5 @@
backend/__pycache__/**
Pipfile.lock
/site
.cache/**
.cache/**
.DS_Store

0 comments on commit acb4eab

Please sign in to comment.