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 .devcontainer
.git .git
.vscode .vscode
dist/ .yarn
dist
node_modules node_modules
scripts scripts
.dockerignore .dockerignore
+1
View File
@@ -1,4 +1,5 @@
.vscode/ .vscode/
.yarn/
node_modules/* node_modules/*
.env .env
dist/ dist/