52 lines
698 B
Plaintext
52 lines
698 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Builds
|
|
dist/
|
|
build/
|
|
coverage/
|
|
storybook-static/
|
|
|
|
# Vite / tooling caches
|
|
.vite/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
bun-debug.log*
|
|
|
|
# Env files (keep .env.example committed)
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# TypeScript incremental build info
|
|
*.tsbuildinfo
|
|
|
|
# OS / editor cruft
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# JetBrains (either ignore all, or see "optional" note below)
|
|
.idea/
|
|
*.iml
|
|
|
|
# CMake
|
|
cmake-build-*/
|
|
|
|
# IntelliJ
|
|
out/
|
|
|
|
# JIRA plugin
|
|
atlassian-ide-plugin.xml
|
|
|
|
# Crashlytics plugin
|
|
com_crashlytics_export_strings.xml
|
|
crashlytics.properties
|
|
crashlytics-build.properties
|
|
fabric.properties
|
|
|
|
# Editor-based HTTP Client
|
|
http-client.private.env.json
|