Extend gitignore for outputs and intermediate files
Ignore new output directory, any intermediary file directories and python notebook files (also usually intermediate in quarto projects).
This commit is contained in:
parent
d067d41267
commit
8cbe6c3571
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
/.quarto/
|
||||
/output/
|
||||
/*_files/
|
||||
|
||||
*.ipynb
|
Loading…
Reference in a new issue