summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaran Jayachandra <mail@karanjayachandra.com>2024-10-25 17:58:40 +0200
committerKaran Jayachandra <mail@karanjayachandra.com>2024-10-25 17:58:40 +0200
commit2b18e0929a0b3e083cbe9e5e8ffd421ed8d17e52 (patch)
tree6b8600af559db51830e968d62117a2319c67fec9
parent373857ad815fdce1a114f407547fa707bbce3643 (diff)
Added the mac temporary files to the gitignore
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index c363d02..81c1159 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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