diff options
| author | Melonai <einebeere@gmail.com> | 2021-07-30 17:38:50 +0200 |
|---|---|---|
| committer | Melonai <einebeere@gmail.com> | 2021-07-30 17:38:50 +0200 |
| commit | a41f5bcc684fcad672c974586cacffca969cf7cd (patch) | |
| tree | 5b9a1e8568474e065f8e7f77b4788ce2e03629c9 | |
| parent | 59caf96ee495f8d0528292a5e92f2a9ad2e3ed3b (diff) | |
| download | rook-a41f5bcc684fcad672c974586cacffca969cf7cd.tar.zst rook-a41f5bcc684fcad672c974586cacffca969cf7cd.zip | |
Add .DS_Store to .gitignore
| -rw-r--r-- | .gitignore | 2 |
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 |
