19 lines
345 B
Plaintext
19 lines
345 B
Plaintext
/target
|
|
|
|
# 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/
|