Compare commits
2 Commits
awesome-cv
...
fc80bd0cfa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fc80bd0cfa | ||
|
|
6fc0184d57 |
14
.gitignore
vendored
14
.gitignore
vendored
@@ -1 +1,13 @@
|
||||
.DS_Store
|
||||
# Ignore all files
|
||||
*.*
|
||||
|
||||
# Whitelist
|
||||
!.gitignore
|
||||
!.vscode/
|
||||
!.vscode/**
|
||||
!awesome-cv.cls
|
||||
!*.tex
|
||||
!*.pdf
|
||||
!*.jpg
|
||||
!build/*.*
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
7
awesome-cv/.gitignore
vendored
7
awesome-cv/.gitignore
vendored
@@ -1,7 +0,0 @@
|
||||
# Ignore all auto-generated files, except for PDF
|
||||
|
||||
*.*
|
||||
!.gitignore
|
||||
!awesome-cv.cls
|
||||
!*.tex
|
||||
!*.pdf
|
||||
Reference in New Issue
Block a user