diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-13 13:03:18 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-13 13:03:18 +0200 |
commit | a687b489d745c52e207637b6595edcb3eabe8f2d (patch) | |
tree | 98d45b035c2c9589d9702a9a2f442b62f9a3ab99 /.gitignore | |
parent | Fix naming (diff) | |
parent | abstract Event emission (diff) | |
download | server-a687b489d745c52e207637b6595edcb3eabe8f2d.tar.xz |
Merge branch 'master' into pr/darkhpp/261-2
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index c2658d7d..c2636bf1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ -node_modules/ +.DS_STORE +db/ +dist/ +node_modules |