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 | df46e5b43fca82927d4dba78a91aa4ce458088bb (patch) | |
tree | 82a07cc9a68e3a283f7aba6da906fb2ef8e3a3aa /.gitignore | |
parent | update readme (diff) | |
download | server-df46e5b43fca82927d4dba78a91aa4ce458088bb.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 |