Initialize PDF library repository

This commit is contained in:
EDA Core 2026-07-05 14:39:26 +03:00
commit 533f6d7a33
2 changed files with 14 additions and 0 deletions

2
.gitattributes vendored Normal file
View file

@ -0,0 +1,2 @@
*.pdf filter=lfs diff=lfs merge=lfs -text
*.PDF filter=lfs diff=lfs merge=lfs -text

12
README.md Normal file
View file

@ -0,0 +1,12 @@
# Lib-PDF
EDA Core component datasheet storage.
PDF files are tracked via Git LFS.
Client sync:
```bash
git pull
git lfs pull
```