chore(workspace): update gitignore

This commit is contained in:
parent 6ae407c600
commit 97d3f86c5a
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

12
.gitignore vendored

@ -23,11 +23,13 @@ logs
.env.* .env.*
!.env.example !.env.example
# compiled migrations
_migrate/comp
# temp file uploads # temp file uploads
tmp/ tmp/*
# story content (temporary) # story content (temporary)
stories/*.txt stories/*.txt
# avatars
public/avatars/*.*
!/**/.gitkeep