mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 09:37:22 +00:00
30 lines
352 B
Text
30 lines
352 B
Text
# Dependencies
|
|
/node_modules
|
|
|
|
# Production
|
|
/build
|
|
|
|
# Generated
|
|
/api
|
|
|
|
# Generated files
|
|
.docusaurus
|
|
.cache-loader
|
|
static/release-notes
|
|
docs.json
|
|
tutorials.json
|
|
|
|
# Cache
|
|
.eslintcache
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
/src/pages/storybook/sidebar.cjs
|