mirror of
https://github.com/prdlk/cv.git
synced 2026-08-02 17:31:41 +00:00
init(root): add .gitignore and LICENSE files
This commit is contained in:
+35
@@ -0,0 +1,35 @@
|
||||
# Build output
|
||||
dist/
|
||||
|
||||
# LaTeX intermediates (in case anything is built outside dist/)
|
||||
*.aux
|
||||
*.bbl
|
||||
*.bcf
|
||||
*.blg
|
||||
*.fdb_latexmk
|
||||
*.fls
|
||||
*.lof
|
||||
*.log
|
||||
*.lot
|
||||
*.nav
|
||||
*.out
|
||||
*.run.xml
|
||||
*.snm
|
||||
*.synctex.gz
|
||||
*.toc
|
||||
*.xdv
|
||||
|
||||
# PDF — generated artifact, source of truth is the .tex
|
||||
*.pdf
|
||||
!sample-image.png
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Editors
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
Reference in New Issue
Block a user