Keeps the ZaStoGram MTProto layout and its unaligned-access fixes, the Forgejo update checker and the rich-page layout contract; takes the upstream IV editor edge restore, horizontal overflow width, round video seek, tlottie renderer and the lib_ui text shaper.
91 lines
1.4 KiB
Text
91 lines
1.4 KiB
Text
/out/
|
|
Debug/
|
|
Release/
|
|
/ThirdParty/
|
|
/Telegram/build/target
|
|
/Telegram/build/ai-machine-tag
|
|
/Telegram/tests/
|
|
/Telegram/gyp/tests/*.test
|
|
/Telegram/out/
|
|
/Telegram/*.user
|
|
*.vcxproj*
|
|
*.sln
|
|
*.suo
|
|
*.sdf
|
|
*.opensdf
|
|
*.opendb
|
|
*.VC.db
|
|
*.aps
|
|
*.xcodeproj
|
|
ipch/
|
|
.vs/
|
|
.vscode/
|
|
.cache/
|
|
compile_commands.json
|
|
|
|
/Telegram/log.txt
|
|
/Telegram/data
|
|
/Telegram/data_config
|
|
/Telegram/DebugLogs/
|
|
/Telegram/tdata/
|
|
/Telegram/tdumps/
|
|
|
|
.DS_Store
|
|
._*
|
|
.qmake.stash
|
|
/Mac/
|
|
project.xcworkspace
|
|
xcuserdata
|
|
|
|
parts
|
|
prime
|
|
stage
|
|
*.snap
|
|
.snapcraft
|
|
/snap/gui/*.png
|
|
/snap/gui/*.desktop
|
|
/snap/plugins/__pycache__
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
/Telegram/*.user.*
|
|
*.txt.user
|
|
*.pro.user
|
|
/Linux/
|
|
/Telegram/Makefile
|
|
*.*~
|
|
.idea/
|
|
cmake-build-debug/
|
|
*.qsb
|
|
|
|
# Local configuration files
|
|
settings.local.json
|
|
*.local.json
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Cursor IDE local settings (but keep .cursor/rules/)
|
|
.cursor/*
|
|
!.cursor/rules/
|
|
|
|
# Agent instructions and tooling. Written locally, never version-controlled — and
|
|
# never taken from upstream either: upstream ships its own AGENTS.md and REVIEW.md,
|
|
# and a merge that reintroduces them must drop them again (see .git/hooks/post-merge).
|
|
.ai
|
|
/.agents/
|
|
/.claude/
|
|
/.codex/
|
|
/AGENTS.md
|
|
/REVIEW.md
|
|
|
|
# Generated changelog page (built by CI, deployed to GitHub Pages)
|
|
/docs/changelog/
|
|
/Telegram/SourceFiles/tests/__pycache__
|
|
cmake
|
|
/docs
|
|
Telegram/SourceFiles/mtproto.zip
|
|
*.pyc
|
|
*.patch
|
|
# Qt patches applied by prepare.py during library builds must stay tracked.
|
|
!Telegram/build/patches_extra/**/*.patch
|