add ds_store to gitignore
- author
- Marijn Besseling <njirambem@gmail.com> · 2025-11-07 17:33 UTC
- commit
- 7087a8d6eef6dc6921387b6370b470a4d0da3204
- parent
- 4a610cb154
- tree
- browse at this commit
1 file changed +2 -1
| .gitignore | +2 -1 |
.gitignore +2 -1
| @@ -3,4 +3,5 @@ obj/ | ||
| 3 | 3 | /packages/ |
| 4 | 4 | riderModule.iml |
| 5 | 5 | /_ReSharper.Caches/ |
| 6 | -.idea/ | |
| No newline at end of file | ||
| 6 | +.idea/ | |
| 7 | +.DS_Store | |