diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-13 12:58:18 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-13 12:58:18 +0200 |
commit | 0487f9f8e49422125b6765bdffd003b107f297b4 (patch) | |
tree | 20776f78b776b5b1d6dcdd881bc2c5164bcf14c5 /.gitignore | |
parent | :sparkles: docker compose (diff) | |
download | server-0487f9f8e49422125b6765bdffd003b107f297b4.tar.xz |
:sparkles: server bundle
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..32ef9beb --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.DS_STORE +db/ +dist/ +node_modules \ No newline at end of file |