From 533f6d7a33795802afb575908b4439ca05bc0dfc Mon Sep 17 00:00:00 2001 From: EDA Core Date: Sun, 5 Jul 2026 14:39:26 +0300 Subject: [PATCH] Initialize PDF library repository --- .gitattributes | 2 ++ README.md | 12 ++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md 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 +```