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