ZaStoGram_desktop/.gitignore
loop-uh 102c47f7d4
Some checks failed
Desktop source guards / guards (push) Has been cancelled
Ignore tester log archives
2026-09-24 20:36:59 +03:00

95 lines
1.5 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
logs
logs/
# Tester log archives exported from the app (logs.zip, logs (9).zip, ...).
logs*.zip