about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMelonai <einebeere@gmail.com>2021-07-30 17:38:50 +0200
committerMelonai <einebeere@gmail.com>2021-07-30 17:38:50 +0200
commita41f5bcc684fcad672c974586cacffca969cf7cd (patch)
tree5b9a1e8568474e065f8e7f77b4788ce2e03629c9
parent59caf96ee495f8d0528292a5e92f2a9ad2e3ed3b (diff)
downloadrook-a41f5bcc684fcad672c974586cacffca969cf7cd.tar.zst
rook-a41f5bcc684fcad672c974586cacffca969cf7cd.zip
Add .DS_Store to .gitignore
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c61a81e..6feca89 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,3 +34,5 @@ npm-debug.log
 # we ignore priv/static. You may want to comment
 # this depending on your deployment strategy.
 /priv/static/
+
+.DS_Store
\ No newline at end of file