mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
📎 Update .gitignore file
This commit is contained in:
parent
b71ec4bfe0
commit
523373dfa2
1 changed files with 3 additions and 3 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -41,6 +41,7 @@
|
||||||
/backend/resources/public/assets
|
/backend/resources/public/assets
|
||||||
/backend/resources/public/media
|
/backend/resources/public/media
|
||||||
/backend/target/
|
/backend/target/
|
||||||
|
/backend/experiments
|
||||||
/bundle*
|
/bundle*
|
||||||
/cd.md
|
/cd.md
|
||||||
/clj-profiler/
|
/clj-profiler/
|
||||||
|
@ -51,9 +52,6 @@
|
||||||
/exporter/target
|
/exporter/target
|
||||||
/frontend/.storybook/preview-body.html
|
/frontend/.storybook/preview-body.html
|
||||||
/frontend/.storybook/preview-head.html
|
/frontend/.storybook/preview-head.html
|
||||||
/frontend/cypress/fixtures/validuser.json
|
|
||||||
/frontend/cypress/videos/*/
|
|
||||||
/frontend/cypress/videos/*/
|
|
||||||
/frontend/dist/
|
/frontend/dist/
|
||||||
/frontend/npm-debug.log
|
/frontend/npm-debug.log
|
||||||
/frontend/out/
|
/frontend/out/
|
||||||
|
@ -70,6 +68,8 @@
|
||||||
/vendor/svgclean/bundle*.js
|
/vendor/svgclean/bundle*.js
|
||||||
/web
|
/web
|
||||||
/library/target/
|
/library/target/
|
||||||
|
/library/*.zip
|
||||||
|
/external
|
||||||
|
|
||||||
clj-profiler/
|
clj-profiler/
|
||||||
node_modules
|
node_modules
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue