Files
cv-generator/.dockerignore
2025-10-06 14:11:51 +03:00

11 lines
155 B
Plaintext

# 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