From 3ff9ea3c508562cc78825c2fed5a855cf3d4ecaf Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 12 Jan 2023 10:23:48 -0800 Subject: [PATCH] Metafile cleanup --- .gitignore | 4 ++++ .vscode/settings.json | 17 +---------------- 2 files changed, 5 insertions(+), 16 deletions(-) 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