Added .yarn folder to ignore file

This commit is contained in:
2024-02-09 22:00:51 +01:00
parent 0066c16be1
commit ef6183726f
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
.devcontainer
.git
.vscode
dist/
.yarn
dist
node_modules
scripts
.dockerignore
+1
View File
@@ -1,4 +1,5 @@
.vscode/
.yarn/
node_modules/*
.env
dist/