This commit is contained in:
2025-10-06 14:11:51 +03:00
parent c7b283d0ef
commit 94b95d132b
6 changed files with 56 additions and 16 deletions

10
.dockerignore Normal file
View File

@@ -0,0 +1,10 @@
# Ignore the generated PDF file
CV.pdf
# Ignore git files
.git
.gitignore
# Ignore any other files that aren't needed for PDF generation
*.log
.DS_Store