From 707ea3aa7f1f8127096a0b05da2703b0f1dcc6a8 Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Mon, 9 Dec 2024 14:34:20 -0600 Subject: [PATCH] ignore temp files --- .gitignore | 8 ++++++++ build-temp/ClientSubmission.yml | 7 ------- build-temp/ContactInfo-ClientSubmit.md | 4 ---- build-temp/ContactInfo-JobBoard.md | 6 ------ build-temp/JobBoard.yml | 12 ------------ 5 files changed, 8 insertions(+), 29 deletions(-) create mode 100644 .gitignore delete mode 100644 build-temp/ClientSubmission.yml delete mode 100644 build-temp/ContactInfo-ClientSubmit.md delete mode 100644 build-temp/ContactInfo-JobBoard.md delete mode 100644 build-temp/JobBoard.yml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..45e65c2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +build-output/client-submission/*.md +build-output/client-submission/*.pdf +build-output/client-submission/*.doc +build-output/job-board/*.md +build-output/job-board/*.pdf +build-output/job-board/*.doc +build-temp/*.yml +build-temp/*.md \ No newline at end of file diff --git a/build-temp/ClientSubmission.yml b/build-temp/ClientSubmission.yml deleted file mode 100644 index 8535249..0000000 --- a/build-temp/ClientSubmission.yml +++ /dev/null @@ -1,7 +0,0 @@ -title: "First Middle Last Resume" -header-left: "\\hspace{1cm}" -header-center: "\\leftmark" -header-right: "Page \\thepage" -footer-left: "First Middle Last" -urlcolor: blue -page-background: "../vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/page-background/backgrounds/background3.pdf" \ No newline at end of file diff --git a/build-temp/ContactInfo-ClientSubmit.md b/build-temp/ContactInfo-ClientSubmit.md deleted file mode 100644 index 1fb00df..0000000 --- a/build-temp/ContactInfo-ClientSubmit.md +++ /dev/null @@ -1,4 +0,0 @@ -First Middle Last -===== - - diff --git a/build-temp/ContactInfo-JobBoard.md b/build-temp/ContactInfo-JobBoard.md deleted file mode 100644 index da61b09..0000000 --- a/build-temp/ContactInfo-JobBoard.md +++ /dev/null @@ -1,6 +0,0 @@ -First Middle Last -===== - - - -[ [Github Profile](github.com) ] . [ [Linkedin Profile](linkedin.com) ] . [ candidate@domain.com ] . [ 1 123 456 7890 ] . [ Place 1/Place 2 ] diff --git a/build-temp/JobBoard.yml b/build-temp/JobBoard.yml deleted file mode 100644 index dbc9856..0000000 --- a/build-temp/JobBoard.yml +++ /dev/null @@ -1,12 +0,0 @@ -title: "First Middle Last Resume" -titlepage: true -titlepage-logo: "" -date: \today -header-left: "\\hspace{1cm}" -header-center: "\\leftmark" -header-right: "Page \\thepage" -footer-left: "First Middle Last" -footer-center: "Your.Tagline.Here." -footer-right: "[Source code for this resume](https://git.knownelement.com/reachableceo/MarkdownResume-Pipeline)" -urlcolor: blue -page-background: "../vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/page-background/backgrounds/background3.pdf" \ No newline at end of file