update gitignore to exclude doc folders

This commit is contained in:
Florian Förster 2025-04-10 07:37:23 +02:00
parent fdb9812ecf
commit 2d48be0009

1
.gitignore vendored
View File

@ -3,6 +3,7 @@ prototypes/
data/ data/
reports/ reports/
*.code-workspace *.code-workspace
docs/
# credentials # credentials
CREDENTIALS* CREDENTIALS*