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 | 78afc4420adba08ac46bb5da55a23b15cb07b3a5 (patch) | |
tree | b5313781ed90f8c74cac21c300b65892a64427a8 /.gitignore | |
parent | :bug: fix server bundle (diff) | |
download | server-78afc4420adba08ac46bb5da55a23b15cb07b3a5.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 |