diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-04-03 15:22:10 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-04-03 15:22:10 +0200 |
commit | c32f7e2745ab4134251ace75f53a59f9ae423667 (patch) | |
tree | 633adddd0112ae582b1414cce12ef3437c667591 | |
parent | Update README.md (diff) | |
download | server-c32f7e2745ab4134251ace75f53a59f9ae423667.tar.xz |
:see_no_evil: add .DS_Store to .gitignore
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 49260768..234771f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .vscode/ -node_modules/ \ No newline at end of file +node_modules/ +.DS_Store |