chore(repo): move docs media to LFS and stop tracking downloaded build tools (#434)

- Track docs/images/** and docs/videos/** with Git LFS
- Add packages/browseros/build/tools/ to .gitignore
- Remove appimagetool-x86_64.AppImage from version control (downloaded on demand by build script)
This commit is contained in:
Dani Akash
2026-03-13 21:07:22 +05:30
committed by GitHub
parent 2c8cbbb77f
commit e7680d4972
2 changed files with 2 additions and 1 deletions

1
.gitattributes vendored
View File

@@ -3,7 +3,6 @@ resources/nxtscape-productivity.gif filter=lfs diff=lfs merge=lfs -text
resources/media/nxtscape-agent.gif filter=lfs diff=lfs merge=lfs -text
resources/media/nxtscape-chat.gif filter=lfs diff=lfs merge=lfs -text
docs/videos/browserOS-agent-in-action.gif filter=lfs diff=lfs merge=lfs -text
# Mark Python build/tooling files as generated so they don't count in language stats
packages/browseros/build/**/*.py linguist-generated
packages/browseros/chromium_patches/**/*.py linguist-generated

2
.gitignore vendored
View File

@@ -24,3 +24,5 @@ gclient.json
.env
.grove/
**/resources/binaries/
packages/browseros/build/tools/