diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-09 01:44:44 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-09 01:44:44 +0200 |
commit | 826b2c98200b0173f9e0f7516477fc200b8b7c45 (patch) | |
tree | 2f50cd7b6f54ac68be1494fa96c7b8f2e9bb66b4 /.gitignore | |
parent | :sparkles: added Dockerfile for bundle (diff) | |
download | server-826b2c98200b0173f9e0f7516477fc200b8b7c45.tar.xz |
:bug: fix build
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index c302ad40..f67723af 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ dist/ node_modules api/assets/*.js api/assets/*.css -database.db \ No newline at end of file +database.db +tsconfig.tsbuildinfo \ No newline at end of file |