mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat: add npm scripts for different package managers, ie: yarn, pnpm (#9230)
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -8,10 +8,11 @@
|
||||
# dependencies
|
||||
node_modules
|
||||
package-lock.json
|
||||
yarn-lock.json
|
||||
yarn.lock
|
||||
pnpm-lock.yaml
|
||||
|
||||
# IDEs and editors
|
||||
/.idea
|
||||
.idea
|
||||
.project
|
||||
.classpath
|
||||
.c9/
|
||||
@@ -50,4 +51,4 @@ Thumbs.db
|
||||
!packages/core/xml/index.js
|
||||
|
||||
# types
|
||||
ios-typings-prj
|
||||
ios-typings-prj
|
||||
|
||||
Reference in New Issue
Block a user