diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ .idea +.vscode tmp backup/ bin/ @@ -11,4 +12,4 @@ main release/ access.log error.log -.cache
\ No newline at end of file +.cache |
