Compare commits

2 Commits

Author SHA1 Message Date
Pedro Cabral
c38e185227 updated README.md
added info regarding the cls file
2026-07-17 11:51:42 +02:00
Pedro Cabral
388e6acc21 merging root directory's .gitignore 2026-07-17 11:51:33 +02:00
2 changed files with 16 additions and 2 deletions

15
.gitignore vendored
View File

@@ -1 +1,14 @@
.DS_Store # Ignore all files
*.*
# Whitelist
!.gitignore
!*.cls
!*.tex
!*.pdf
!*.jpg
!*.md
!.vscode
!.vscode/**
!build/*.*

View File

@@ -1,6 +1,7 @@
# Curriculum-Vitae # Curriculum-Vitae
This project contains my *curriculum vitae* writen in `TeX`. This project contains my *curriculum vitae* writen in `TeX` and the class
`custom-cv.cls` has been completley designed by me.
## Install TeX ## Install TeX