Add excalidraw folder to gitignore

This commit is contained in:
Pier-Jean Malandrino 2026-04-02 10:55:25 +02:00
parent c5afe5ad88
commit 8319b45f25

3
.gitignore vendored
View file

@ -34,6 +34,9 @@ __pycache__/
.venv/ .venv/
*.egg-info/ *.egg-info/
# Excalidraw working files
docs/excalidraw/
# Logs # Logs
*.log *.log
hs_err_pid* hs_err_pid*