mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
chore: gitignore cleanup (#21)
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
# Core packages specific ignores
|
||||
|
||||
# Documentation generation
|
||||
docs/api/
|
||||
|
||||
# Benchmark results
|
||||
benchmark-results/
|
||||
performance-logs/
|
||||
|
||||
# Type generation artifacts
|
||||
types/generated/
|
||||
|
||||
# Schema validation artifacts
|
||||
schemas/compiled/
|
||||
@@ -1,29 +0,0 @@
|
||||
# Web/HTML specific ignores
|
||||
|
||||
# Webpack
|
||||
.webpack/
|
||||
|
||||
# Parcel
|
||||
.parcel-cache/
|
||||
.cache/
|
||||
|
||||
# Vite
|
||||
.vite/
|
||||
|
||||
# Bundle analyzer
|
||||
bundle-analyzer-report.html
|
||||
|
||||
# Service worker
|
||||
sw.js
|
||||
sw.js.map
|
||||
|
||||
# Static assets that might be generated
|
||||
*.generated.js
|
||||
*.generated.css
|
||||
|
||||
# Web Components polyfills (if downloaded)
|
||||
webcomponents-*.js
|
||||
|
||||
# PWA related
|
||||
manifest.json.generated
|
||||
workbox-*.js
|
||||
@@ -1,52 +0,0 @@
|
||||
# React Native specific ignores
|
||||
|
||||
# Metro bundler
|
||||
.metro-health-check*
|
||||
|
||||
# React Native Debugger
|
||||
react-native-debugger.log
|
||||
|
||||
# Flipper
|
||||
Flipper/
|
||||
|
||||
# Bundle artifacts
|
||||
*.jsbundle
|
||||
|
||||
# Android specific
|
||||
android/app/build/
|
||||
android/app/src/main/assets/
|
||||
android/.gradle/
|
||||
android/build/
|
||||
android/gradle/
|
||||
android/gradlew*
|
||||
android/local.properties
|
||||
android/app/release/
|
||||
|
||||
# iOS specific
|
||||
ios/build/
|
||||
ios/Pods/
|
||||
ios/*.xcworkspace
|
||||
ios/*.xcodeproj/xcuserdata/
|
||||
ios/*.xcodeproj/xcshareddata/
|
||||
ios/Podfile.lock
|
||||
ios/DerivedData/
|
||||
|
||||
# CocoaPods
|
||||
Podfile.lock
|
||||
Pods/
|
||||
|
||||
# Fastlane
|
||||
fastlane/report.xml
|
||||
fastlane/Preview.html
|
||||
fastlane/screenshots
|
||||
fastlane/test_output
|
||||
|
||||
# Detox
|
||||
.detoxrc.json
|
||||
detox_tests/
|
||||
|
||||
# react-native-codegen
|
||||
build/generated/
|
||||
|
||||
# Ruby (for iOS development)
|
||||
vendor/bundle/
|
||||
@@ -1,25 +0,0 @@
|
||||
# React specific ignores
|
||||
|
||||
# Storybook
|
||||
storybook-static/
|
||||
.storybook/public/
|
||||
|
||||
# React DevTools
|
||||
.react-devtools
|
||||
|
||||
# Create React App
|
||||
# /build (handled by root gitignore)
|
||||
|
||||
# Next.js
|
||||
.next/
|
||||
out/
|
||||
|
||||
# Gatsby
|
||||
.cache/
|
||||
public/
|
||||
|
||||
# React testing
|
||||
__snapshots__/
|
||||
|
||||
# React build artifacts
|
||||
build-storybook.log
|
||||
@@ -1,17 +0,0 @@
|
||||
# Generated files - do not commit
|
||||
src/generated-icons/
|
||||
|
||||
# Build outputs
|
||||
dist/
|
||||
*.tsbuildinfo
|
||||
|
||||
# Dependencies
|
||||
node_modules/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user