diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-06-27 16:40:19 +1000 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-06-27 16:40:19 +1000 |
commit | 83ed84c4dedf6c7ec74f81ff765136740f01c6f4 (patch) | |
tree | 7391ef101df13de2dd33558a72434298644a8db8 /.gitignore | |
parent | update readme (diff) | |
download | server-83ed84c4dedf6c7ec74f81ff765136740f01c6f4.tar.xz |
removed build dir
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index b5a8246e..4e71e762 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,6 @@ files/ config.json .vscode/settings.json -api/assets/plugins/*.js \ No newline at end of file +api/assets/plugins/*.js + +build |