chore(workspace): update gitignore

This commit is contained in:
parent 655e9c5e07
commit bb61075d87
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

5
.gitignore vendored

@ -4,6 +4,7 @@
.nuxt .nuxt
.nitro .nitro
.cache .cache
.vite-nodez
dist dist
# Node dependencies # Node dependencies
@ -32,10 +33,12 @@ stories/*.txt
# avatars # avatars
public/avatars/ public/avatars/
!/**/.gitkeep
!/.idea/fileTemplates/ !/.idea/fileTemplates/
!/.idea/fileTemplates/**/* !/.idea/fileTemplates/**/*
!/.idea/conventionalcommit.json !/.idea/conventionalcommit.json
!/.idea/conventionalCommit.xml !/.idea/conventionalCommit.xml
**/.auth
tests/screenshots/*.*
!/**/.gitkeep