change(ui): .gitignore
This commit is contained in:
parent
366d2e1017
commit
7a88acfa9f
1 changed files with 3 additions and 2 deletions
5
frontend/.gitignore
vendored
5
frontend/.gitignore
vendored
|
|
@ -5,7 +5,8 @@ public/
|
|||
drafts
|
||||
app/components/ui/SVG.js
|
||||
*.DS_Store
|
||||
.env
|
||||
.env*
|
||||
!.env.sample
|
||||
*css.d.ts
|
||||
*.cache
|
||||
.yarn/*
|
||||
|
|
@ -19,4 +20,4 @@ cypress.env.json
|
|||
**/__diff_output__/*
|
||||
*.diff.png
|
||||
cypress/videos/
|
||||
coverage
|
||||
coverage
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue