diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index c4d703d2..98adcd00 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,6 @@ api/assets/plugins/*.js *.log *.log.ansi -bundle/depclean.* \ No newline at end of file +bundle/depclean.* +*.tmp +tmp/ |