diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-08-22 22:12:00 +1000 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-08-22 22:12:00 +1000 |
commit | afefa5d64bd6cde7d6efa3a9a5a3ec67a6ca29a8 (patch) | |
tree | 07779150eba77c27bf75bc0c7890f4a3f976716e /.gitignore | |
parent | removed char joiners as they are actually useful, added page break (diff) | |
parent | Merge remote-tracking branch 'Puyodead1/patch/prettier-config' into staging (diff) | |
download | server-afefa5d64bd6cde7d6efa3a9a5a3ec67a6ca29a8.tar.xz |
Merge remote-tracking branch 'upstream/staging' into fix/categoryNames
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index b5a8246e..e9f3f39c 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,15 @@ files/ config.json .vscode/settings.json -api/assets/plugins/*.js \ No newline at end of file +api/assets/plugins/*.js +.idea/ +*.code-workspace + + +*.log +*.log.ansi +bundle/depclean.* +*.tmp +tmp/ + +assets/cache/ \ No newline at end of file |