18 lines
317 B
Plaintext
18 lines
317 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
|