mirror of
https://github.com/dev993848/lastochka-messenger.git
synced 2026-05-23 13:45:50 +00:00
d266606297
- lastochka-server: removed nested .git, now browsable on GitHub - lastochka-ios: removed nested .git, now browsable on GitHub - lastochka-android: added (Kotlin + Jetpack Compose) - lastochka-desktop: added (Electron + React) - lastochka-android-compose: removed (replaced by lastochka-android) - lastochka-ui: updated to latest prototype - .gitignore: added .gradle/, Pods/, DerivedData/, local.properties Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
54 lines
461 B
Plaintext
54 lines
461 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
vendor/
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
*.apk
|
|
*.aab
|
|
*.ipa
|
|
*.app
|
|
*.exe
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Temporary
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Android build caches
|
|
.gradle/
|
|
.gradle-user-home/
|
|
local.properties
|
|
*.keystore
|
|
|
|
# iOS build caches
|
|
Pods/
|
|
*.xcworkspace/xcuserdata/
|
|
DerivedData/
|
|
*.xccheckout
|
|
*.moved-aside
|
|
|
|
# Go build
|
|
*.test
|
|
coverage.out
|