2 Commits

Author SHA1 Message Date
Pedro Cabral
fc80bd0cfa updated README.md 2026-07-15 01:05:33 +02:00
Pedro Cabral
6fc0184d57 merged .gitignore files 2026-07-15 01:05:15 +02:00
3 changed files with 15 additions and 9 deletions

14
.gitignore vendored
View File

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

View File

@@ -1,6 +1,7 @@
# Curriculum-Vitae
This project contains my *curriculum vitae* writen in `TeX`.
This project contains my *curriculum vitae* writen in `TeX` using the class
[`awesome-cv`](https://github.com/posquit0/Awesome-CV).
## Install TeX

View File

@@ -1,7 +0,0 @@
# Ignore all auto-generated files, except for PDF
*.*
!.gitignore
!awesome-cv.cls
!*.tex
!*.pdf