Merge pull request #278 from phamtanminhtien/chore/ignore-ds-store
chore: add .DS_Store to .gitignore
This commit is contained in:
commit
3c4d539a08
|
|
@ -29,4 +29,7 @@ node_modules
|
|||
# cursor
|
||||
|
||||
.cursor/
|
||||
bun.lockb
|
||||
bun.lockb
|
||||
|
||||
# mac
|
||||
.DS_Store
|
||||
Loading…
Reference in New Issue