ZaStoGram_desktop/.gitignore
loop-uh 548f924938 Track prepare.py extra Qt patches despite *.patch ignore rule
The *.patch gitignore rule hid the new qtbase_6.11.1 extra patch from
the GPU commit, which would fail the CI qt_6.11.1 stage with
'Nothing found: patches_extra/qtbase_6.11.1/*.patch'.
2026-07-11 14:03:41 +03:00

81 lines
1.2 KiB
Text

/out/
Debug/
Release/
/ThirdParty/
/Telegram/build/target
/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__
/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/
# AI work folder (session-specific, not for version control)
.ai
# 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