Compare commits

2 Commits

Author SHA1 Message Date
Pedro Cabral
69eef34aaa updated README.md
added info regarding the cls file
2026-07-15 01:18:34 +02:00
Pedro Cabral
5dd5ca4c11 merging root directory's .gitignore 2026-07-15 01:18:05 +02:00
2 changed files with 15 additions and 2 deletions

14
.gitignore vendored
View File

@@ -1 +1,13 @@
.DS_Store # Ignore all files
*.*
# Whitelist
!.gitignore
!*.cls
!*.tex
!*.pdf
!*.jpg
!.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