Files
NoroffExam/.gitignore
2026-05-11 13:17:25 +02:00

41 lines
350 B
Plaintext

# LaTeX build files
*.aux
*.log
*.out
*.toc
*.fls
*.fdb_latexmk
*.synctex.gz
# PDF (valgfritt)
*.pdf
# Temporary
*.blg
*.bbl
*.lof
*.lot
*.bbl-SAVE-ERROR
# Editor
.vscode/*
!.vscode/settings.json.bcf
*.bcf
*.run.xml
work/*/
# Ignore raw/generated files
*.har
# Ignore all work output
work/*
# But keep shell scripts
!work/*.sh
.noroff-env