diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2024-10-25 17:58:40 +0200 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2024-10-25 17:58:40 +0200 |
| commit | 2b18e0929a0b3e083cbe9e5e8ffd421ed8d17e52 (patch) | |
| tree | 6b8600af559db51830e968d62117a2319c67fec9 | |
| parent | 373857ad815fdce1a114f407547fa707bbce3643 (diff) | |
Added the mac temporary files to the gitignore
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -166,4 +166,7 @@ data # Scripts *.ps1 *.cmd -*.sh
\ No newline at end of file +*.sh + +# Mac specfic +.DS_Store
\ No newline at end of file |
