Commit Graph

15 Commits

Author SHA1 Message Date
45ef27b4e1 Symlink build dirs outside workspace to fix Copilot image limit
- Redirect build/, .dart_tool/, ephemeral/ dirs to ../testsAndMisc_builds/
- Add .jar, .dex, **/build/, **/.dart_tool/, **/ephemeral/ to .copilotignore
- Add horatio build dirs and .dart_tool to files.exclude/search.exclude
- Gitignore symlinks without trailing / (git treats symlinks as files)
2026-03-29 18:46:04 +02:00
16c6b207e6 Add defense-in-depth binary file protection system
Layer 1: Pre-commit hook (scripts/check_no_binaries.sh) blocks 60+
binary/image extensions with .binary-allowlist for build-essential exceptions.

Layer 2: Comprehensive .gitignore binary patterns with ! overrides
for allowlisted files (app icons).

Layer 3: Agent exclusions - .copilotignore, files.exclude, and
search.exclude all mirror the same patterns to prevent Copilot
from hitting the 20-image URL limit.
2026-03-25 21:09:03 +01:00
c444f0451a Remove tracked binary files and add aggressive Copilot exclusions
- git rm 146 tracked PNG images from praca_magisterska_video/images/
- git rm 1 tracked .apkg from anki_decks/warsaw_districts/
- Add *.apkg and praca_magisterska_video/images/ to .gitignore
- Update .copilotignore with ** recursive patterns for all binary types
- Add files.exclude and search.exclude in .vscode/settings.json
- All binary files preserved in ../testsAndMisc_binaries/
2026-03-25 20:59:47 +01:00
20337f07eb fixes for existing scripts and pomodoro with local sync 2026-02-14 18:42:20 +01:00
e3f9e6dc0b fix: correct shebang and executable permissions
- Add +x to Python scripts with shebangs (3 files)
- Remove -x from non-script files like .cpp, .txt, makefile (23 files)
- Move shebang to first line in C/imageViewer/lint.sh
2025-11-30 13:42:16 +01:00
d4df42efb5 feat: fixed most function size lint errors 2025-09-08 16:05:14 +02:00
1d7313690b feat: more functions fixed 2025-09-08 15:32:55 +02:00
b1a3c436c0 feat: lazy load images and allow access to text only articles 2025-09-08 07:41:15 +02:00
175a2b256c feat: added lichess db puzzle to gitignore 2025-09-07 15:45:25 +02:00
51bc2a142e feat: engine passes 2 puzzles from lichess 2025-09-07 13:07:15 +02:00
03f8a2a5ac feat: C engine 2025-09-06 18:26:31 +02:00
34c3213270 feat: more blunders less king shuffling 2025-08-23 17:11:15 +02:00
392a97085f feat: added tests for lichess bot 2025-08-23 15:16:26 +02:00
5461801043 feat: make the analyze chess game script use more pc resources 2025-08-22 22:30:47 +02:00
2be0f1f8a9 fix: most lint issues 2025-07-14 16:25:23 +02:00