Exclude large dependencies from git repository

- Добавлены Firefox ESR и Geckodriver в .gitignore
- Создан README.md в dependencies/ с инструкциями по установке

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
F7cloud
2026-02-17 12:19:10 +00:00
parent 0b94d1826e
commit 5824a82857
2 changed files with 55 additions and 0 deletions
+5
View File
@@ -61,3 +61,8 @@ server.conf
# Build artifacts
*.tar.gz
*.zip
# Large dependencies (should be downloaded separately)
dependencies/firefox-esr/
dependencies/geckodriver
dependencies/*.tar.gz