Files
v10/.gitignore
T

126 lines
1.9 KiB
Plaintext

# -------------------------
# Dependencies & Logs
# -------------------------
node_modules/
logs/
*.log
*.pid
*.seed
*.pid.lock
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
# -------------------------
# Build & Generated Outputs
# -------------------------
dist/
lib/
out/
*.tsbuildinfo
.turbo/
generated-icons/
coverage/
*.lcov
.nyc_output/
.coverage/
.jest/
__tests__/coverage/
# -------------------------
# Environment
# -------------------------
.env
.env.*
!.env.example
# -------------------------
# IDE & Editor
# -------------------------
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.idea/
*.swp
*.swo
*~
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
*.sublime-project
# -------------------------
# OS Generated
# -------------------------
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Desktop.ini
# -------------------------
# Framework / Tool Specific
# -------------------------
.next/
.nuxt/
.vuepress/dist/
.serverless/
.fusebox/
.dynamodb/
.react-devtools
# React Native
.expo/
.expo-shared/
.react-native/
react-native-debugger.log
# Android
android/.gradle/
android/build/
android/gradle/
android/gradlew*
android/local.properties
android/app/build/
android/app/src/main/assets/
android/app/release/
# iOS
ios/build/
ios/Pods/
ios/DerivedData/
ios/*.xcworkspace
ios/*.xcodeproj/xcuserdata/
ios/*.xcodeproj/xcshareddata/
ios/Podfile.lock
# CocoaPods
Podfile.lock
Pods/
# Linting
.eslintcache
# -------------------------
# Package Manager Locks
# Keep only one when enforcing workspace consistency
# -------------------------
package-lock.json
yarn.lock
bun.lockb
# pnpm-lock.yaml # Uncomment if not enforcing reproducible installs in workspace
# -------------------------
# Monorepo / Tooling
# -------------------------
.playwright-mcp/