From c9e5c080194c44dc9cd8aebb1ed30b35b08dea29 Mon Sep 17 00:00:00 2001 From: Yann-BUTSCHER-EIRL Date: Thu, 6 Apr 2023 09:51:08 +0200 Subject: [PATCH] MINOR: added yarn files to git ignore --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 22adbd1f..e9e223ba 100644 --- a/.gitignore +++ b/.gitignore @@ -53,7 +53,12 @@ structura.code-workspace ###> phpstorm config ### .idea -###< vscode config ### +###< phpstorm config ### + +###> yarn ### +.yarnrc.yml +.yarn/ +###< yarn ### ###> phpunit/phpunit ### /phpunit.xml