diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 607b4f5a..e9f3f39c 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,11 @@ api/assets/plugins/*.js .idea/ *.code-workspace + +*.log +*.log.ansi +bundle/depclean.* +*.tmp +tmp/ + +assets/cache/ \ No newline at end of file |