23 lines
428 B
Plaintext
23 lines
428 B
Plaintext
/target
|
|
/.build
|
|
/build
|
|
/apps/ios/TeleTuiIOS/BinaryArtifacts
|
|
/apps/ios/TeleTuiIOS/Generated
|
|
|
|
# TDLib session data (contains auth tokens - NEVER commit!)
|
|
/tdlib_data/
|
|
|
|
# Environment variables (contains API keys)
|
|
.env
|
|
.DS_Store
|
|
|
|
# Local config files (if created in project root)
|
|
config.toml
|
|
credentials
|
|
|
|
# Insta snapshot testing
|
|
# Commit snapshots, but not the .new files
|
|
tests/**/*.snap.new
|
|
*.snap.new
|
|
apps/ios/TeleTuiIOS/.build/
|