diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-04-03 15:22:07 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-04-03 15:22:07 +0200 |
commit | c9e227e495a2041d74ed0187428972d4843499b6 (patch) | |
tree | e2428f89ddf4185968d49af53c27bc3d0958eeb6 | |
parent | Update README.md (diff) | |
download | server-c9e227e495a2041d74ed0187428972d4843499b6.tar.xz |
:see_no_evil: add .DS_Store to .gitignore
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 67045665..5c7cd31d 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,4 @@ dist # TernJS port file .tern-port +.DS_Store \ No newline at end of file |