Added .yarn folder to ignore file
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
.devcontainer
|
||||
.git
|
||||
.vscode
|
||||
dist/
|
||||
.yarn
|
||||
dist
|
||||
node_modules
|
||||
scripts
|
||||
.dockerignore
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
.vscode/
|
||||
.yarn/
|
||||
node_modules/*
|
||||
.env
|
||||
dist/
|
||||
Reference in New Issue
Block a user