diff options
author | The Arcane Brony <myrainbowdash949@gmail.com> | 2021-12-21 11:56:33 +0100 |
---|---|---|
committer | The Arcane Brony <myrainbowdash949@gmail.com> | 2021-12-21 11:56:33 +0100 |
commit | 02235067f9f5761ced76dfb5320889b508a5d044 (patch) | |
tree | 95f8b626b20c521d19f0a81011944d5686031435 /.gitignore | |
parent | Fix people not being able to create issues (diff) | |
download | server-02235067f9f5761ced76dfb5320889b508a5d044.tar.xz |
Repo cleanup, remove fs-extras
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index ca5886e1..a8c1c7c7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,6 @@ db/ dist/ node_modules -api/assets/*.js -api/assets/*.css database.db tsconfig.tsbuildinfo files/ @@ -11,3 +9,5 @@ files/ config.json .vscode/settings.json +api/assets/plugins/*.js +package-lock.json \ No newline at end of file |