0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-04 13:50:12 -05:00
penpot/.gitignore

79 lines
1.2 KiB
Text
Raw Normal View History

.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
*-init.clj
*.css.json
2022-01-24 10:07:06 -05:00
*.jar
*.orig
2022-11-01 03:55:15 -05:00
*.penpot
2023-09-15 03:30:14 -05:00
*.css.json
2022-01-24 10:07:06 -05:00
.calva
.clj-kondo
.cpcache
.lsp
2015-06-18 12:35:50 -05:00
.nrepl-port
.nyc_output
.rebel_readline_history
2022-01-24 10:07:06 -05:00
.repl
2022-11-01 03:55:15 -05:00
.shadow-cljs
/*.jpg
/*.md
/*.png
2023-12-29 09:21:01 -05:00
/*.svg
2022-11-01 03:55:15 -05:00
/*.sql
/*.txt
/*.yml
/*.zip
2022-01-24 10:07:06 -05:00
/.clj-kondo/.cache
/_dump
2022-11-01 03:55:15 -05:00
/backend/*.md
/backend/*.sql
/backend/*.txt
/backend/assets/
2022-11-01 03:55:15 -05:00
/backend/builtin-templates
2017-01-21 08:31:20 -05:00
/backend/dist/
/backend/logs/
2022-01-24 10:07:06 -05:00
/backend/resources/public/assets
/backend/resources/public/media
/backend/target/
/bundle*
/cd.md
/clj-profiler/
/common/coverage
/common/target
/deploy
/docker/images/bundle*
/exporter/target
/frontend/.storybook/preview-body.html
/frontend/.storybook/preview-head.html
/frontend/cypress/fixtures/validuser.json
2022-11-01 03:55:15 -05:00
/frontend/cypress/videos/*/
/frontend/cypress/videos/*/
/frontend/dist/
2022-01-24 10:07:06 -05:00
/frontend/npm-debug.log
/frontend/out/
2022-11-01 03:55:15 -05:00
/frontend/package-lock.json
/frontend/resources/fonts/experiments
2022-01-24 10:07:06 -05:00
/frontend/resources/public/*
/frontend/storybook-static/
2022-01-24 10:07:06 -05:00
/frontend/target/
2022-11-01 03:55:15 -05:00
/other/
/scripts/
2022-01-24 10:07:06 -05:00
/telemetry/
2022-11-01 03:55:15 -05:00
/tmp/
2022-01-24 10:07:06 -05:00
/vendor/**/target
/vendor/svgclean/bundle*.js
2022-01-24 10:07:06 -05:00
/web
clj-profiler/
node_modules
2024-04-25 07:14:46 -05:00
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
2024-11-06 03:14:47 -05:00
/render-wasm/target/
/**/.yarn/*