diff options
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 |