first
This commit is contained in:
40
.gitignore
vendored
Normal file
40
.gitignore
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user