chore(workspace): update gitignore
This commit is contained in:
parent
655e9c5e07
commit
bb61075d87
5
.gitignore
vendored
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
|
||||||
|
Loading…
Reference in New Issue
Block a user