From 4a3f0ec740a90be1886be43e978c2397008ced9c Mon Sep 17 00:00:00 2001 From: Pierre Ryssen Date: Sun, 26 Apr 2026 16:20:34 +0200 Subject: [PATCH] feat (.gitignore): add the DevRoom/Perso/ in the .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 02dc0fd..84d8d7f 100644 --- a/.gitignore +++ b/.gitignore @@ -61,4 +61,6 @@ Thumbs.db.meta # VS Code *.vscode -.vsconfig \ No newline at end of file +.vsconfig + +Assets/Scenes/DevRoom/Perso/ \ No newline at end of file