mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
🐛 Fix missing entry of e2e fixtures on gitignore
This commit is contained in:
parent
69daee4137
commit
540e1fc492
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -34,13 +34,14 @@
|
||||||
/exporter/target
|
/exporter/target
|
||||||
/frontend/.shadow-cljs
|
/frontend/.shadow-cljs
|
||||||
/frontend/cypress/videos/*/
|
/frontend/cypress/videos/*/
|
||||||
/frontend/cypress/videos/*/
|
/frontend/cypress/fixtures/validuser.json
|
||||||
/frontend/dist/
|
/frontend/dist/
|
||||||
/frontend/npm-debug.log
|
/frontend/npm-debug.log
|
||||||
/frontend/out/
|
/frontend/out/
|
||||||
/frontend/resources/fonts/experiments
|
/frontend/resources/fonts/experiments
|
||||||
/frontend/resources/public/*
|
/frontend/resources/public/*
|
||||||
/frontend/target/
|
/frontend/target/
|
||||||
|
/frontend/cypress/videos/*/
|
||||||
/media
|
/media
|
||||||
/telemetry/
|
/telemetry/
|
||||||
/vendor/**/target
|
/vendor/**/target
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue