Yarn Plug'n'Play
This commit is contained in:
19
.gitignore
vendored
19
.gitignore
vendored
@@ -1,21 +1,16 @@
|
||||
# Настройки редакторов
|
||||
|
||||
.idea
|
||||
.vscode
|
||||
|
||||
# Node.js
|
||||
|
||||
node_modules
|
||||
|
||||
# Yarn (https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored)
|
||||
|
||||
**/.pnp.*
|
||||
**/.yarn/*
|
||||
!**/.yarn/patches
|
||||
!**/.yarn/plugins
|
||||
!**/.yarn/releases
|
||||
!**/.yarn/sdks
|
||||
!**/.yarn/versions
|
||||
.pnp.*
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
||||
|
||||
# ESLint
|
||||
|
||||
|
Reference in New Issue
Block a user