ignore .DS_Store

added blank line to gitignore

added blank line to settings
This commit is contained in:
Pedro Cabral
2026-02-21 00:05:36 +01:00
parent f2fb31b41e
commit 9d485a8cc4
2 changed files with 19 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.DS_Store

19
.vscode/settings.json vendored
View File

@@ -1,3 +1,20 @@
{ {
"latex-workshop.latex.recipe.default": "latexmk (xelatex)" "latex-workshop.latex.recipes": [
{
"name": "Smart LaTeX Build",
"tools": ["smart-build"]
}
],
"latex-workshop.latex.tools": [
{
"name": "smart-build",
"command": "bash",
"args": [
"%WORKSPACE_FOLDER%/build/build-latex-smart.sh",
"%DOC%"
]
}
],
"latex-workshop.latex.recipe.default": "Smart LaTeX Build",
"latex-workshop.formatting.latex": "latexindent"
} }