Cleanup: Update .gitignore and verify TOR implementation

- Add publish directories to .gitignore (both root and TeleBot)
- Exclude compressed assets (*.br, *.gz) except wwwroot
- Exclude archive files (*.tar.gz, *.zip)
- Run TOR verification: 9/9 checks PASSED ✓
- Document nginx push notification configuration

This cleanup prevents build artifacts from cluttering git status while
maintaining proper TOR security configuration verification.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-10-01 16:20:16 +01:00
parent bb3d603f83
commit 4992b6b839
4 changed files with 129 additions and 2 deletions

12
TeleBot/.gitignore vendored
View File

@@ -62,6 +62,18 @@ bld/
[Oo]bj/
[Ll]og/
[Ll]ogs/
publish/
**/publish/
# Compressed assets
*.br
*.gz
!wwwroot/**/*.gz
!wwwroot/**/*.br
# Archive files
*.tar.gz
*.zip
# NuGet
*.nupkg

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuites tests="9" failures="0" time="1759292545">
<testsuite name="TeleBot TOR Verification" tests="9" failures="0" timestamp="2025-10-01T04:22:25">
<testsuites tests="9" failures="0" time="1759331930">
<testsuite name="TeleBot TOR Verification" tests="9" failures="0" timestamp="2025-10-01T15:18:50">
</testsuite>
</testsuites>