Skip to content

Commit

Permalink
Remove and Ignore .DS_Store
Browse files Browse the repository at this point in the history
  • Loading branch information
aaanh committed Jan 17, 2024
1 parent 928c48f commit ad0804b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
4 changes: 3 additions & 1 deletion database/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
assets/
*.zip
py_cache/
__pycache__/
__pycache__/
.DS_Store
*.json

0 comments on commit ad0804b

Please sign in to comment.