diff --git a/.gitignore b/.gitignore index 635eeee..aece2e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,10 @@ # Output files main.pdf +# CI files +/build +/output + # TeX build files *.synctex.gz* *.latexmk diff --git a/.vscode/settings.json b/.vscode/settings.json index 9c49db7..d92fcb1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,18 +1,3 @@ { - "latex-workshop.latex.recipe.default": "latexmk (lualatex)", - "cSpell.words": [ - "Eulerian", - "Gleizer", - "nosolutions", - "Oleg", - "ORMC", - "Pidgeonhole", - "Radko", - "Combinators", - "coprime", - "cryptosystem", - "Fulkerson", - "multivariable", - "pathgroup" - ] + "latex-workshop.latex.recipe.default": "latexmk (lualatex)" } \ No newline at end of file