commit 533f6d7a33795802afb575908b4439ca05bc0dfc Author: EDA Core Date: Sun Jul 5 14:39:26 2026 +0300 Initialize PDF library repository diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..df796e5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.pdf filter=lfs diff=lfs merge=lfs -text +*.PDF filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..adcf218 --- /dev/null +++ b/README.md @@ -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 +```