From a8399ec4e115f881343035eee88244537cfa0274 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 23 Feb 2026 23:49:11 +0000 Subject: [PATCH] Add PDF files to .gitignore Prevent reference documents from being tracked in the repository. https://claude.ai/code/session_01Uf16jhwBHEixYxMLk2BgWG --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e753d3bf7..35f3bf04b 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,6 @@ testem.log # System Files .DS_Store Thumbs.db + +# Reference documents +*.pdf