feat(repo): Add gitignores for elsevier output
This commit is contained in:
parent
45bf434cd9
commit
76578e99d3
1 changed files with 7 additions and 0 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -2,6 +2,13 @@
|
||||||
/03-documentation/library
|
/03-documentation/library
|
||||||
/04-outputs
|
/04-outputs
|
||||||
|
|
||||||
|
# Elsevier journal target:
|
||||||
|
# Ignore bibliography style, spl (for natbib?) and latex class
|
||||||
|
# since they don't get deleted after compilation
|
||||||
|
/*.spl
|
||||||
|
/*.bst
|
||||||
|
/*.cls
|
||||||
|
|
||||||
# Created by https://www.toptal.com/developers/gitignore/api/-f,python,linux,vim,quarto,markdown,jupyternotebooks
|
# Created by https://www.toptal.com/developers/gitignore/api/-f,python,linux,vim,quarto,markdown,jupyternotebooks
|
||||||
# Edit at https://www.toptal.com/developers/gitignore?templates=-f,python,linux,vim,quarto,markdown,jupyternotebooks
|
# Edit at https://www.toptal.com/developers/gitignore?templates=-f,python,linux,vim,quarto,markdown,jupyternotebooks
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue