Bedrock/.gitignore
Matt Bruce fa7d848f52 Initial commit: Bedrock design system and UI component library
- Design system: spacing, typography, colors, animations, opacity, shadows
- Protocol-based color theming (AppColorTheme)
- Settings UI components: toggles, pickers, selection indicators
- Sound and haptic feedback manager (generic AppSound protocol)
- Onboarding state management
- Cloud sync manager (PersistableData protocol)
- Visual effects: ConfettiView, PulsingModifier
- Debug utilities: DebugBorderModifier
- Device information utilities (cross-platform)
- Unit tests for design constants
2026-01-02 11:58:30 -06:00

27 lines
257 B
Plaintext

# Swift Package Manager
.build/
.swiftpm/
Package.resolved
# Xcode
*.xcodeproj/xcuserdata/
*.xcworkspace/xcuserdata/
DerivedData/
xcuserdata/
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Vim
*.swp
*.swo
# VSCode
.vscode/
# Temporary files
*.tmp
*.temp