gitignore: add /data/ for use as data root

Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
This commit is contained in:
Théo Lebrun 2025-01-27 18:50:28 +01:00
parent 808ed15dbc
commit 1921e05ab1

1
.gitignore vendored
View file

@ -5,6 +5,7 @@ tags
.idea/ .idea/
env/ env/
venv/ venv/
/data/
# Web-specific # Web-specific
http/images http/images