diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-15 22:01:13 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-15 22:01:13 +0200 |
commit | 78c0d0e7079f12ae6113c9e2b48deb85962f79ed (patch) | |
tree | c4e392c299564451f52b9dd5035b7b3e22fe365a /.gitignore | |
parent | :bug: fix server bundle (diff) | |
download | server-78c0d0e7079f12ae6113c9e2b48deb85962f79ed.tar.xz |
delete assets
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c2636bf1..4f480685 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ db/ dist/ node_modules +api/assets/*.js +api/assets/*.css \ No newline at end of file |