Skip to content

Commit 2530c39

Browse files
committed
chore: project
1 parent 6b67c42 commit 2530c39

File tree

16 files changed

+21025
-69
lines changed

16 files changed

+21025
-69
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ yarn-error.log*
2424
.gradle
2525
.project
2626
.yarn
27+
.cxx
2728
tmp/
28-
package-lock.json
29-
yarn.lock
3029

3130
!.eslintrc.js
3231
!.prettierrc.js
@@ -36,6 +35,7 @@ yarn.lock
3635
devices.js
3736

3837
*.framework
38+
*.xcframework
3939
**/*.js.map
4040
src/**/*.js
4141
packages/**/*.js
@@ -45,6 +45,7 @@ build
4545
Pods
4646
!packages/platforms
4747
/packages/**/*.aar
48+
/demo-snippets/**/*.aar
4849
*.xcuserdatad
4950
/packages/README.md
5051
packages/**/*js.map
@@ -54,6 +55,5 @@ packages/*.ngsummary.json
5455
packages/*.metadata.json
5556
packages/angular
5657
packages/typings
57-
pnpm-lock.yaml
5858

5959
/blueprint.md

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ strict-peer-dependencies=false
88
shell-emulator=true
99
auto-install-peers=false
1010
loglevel=error
11+
engine-strict=true

.yarnrc.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
nmHoistingLimits: workspaces
2+
3+
nodeLinker: node-modules
4+
5+
yarnPath: tools/.yarn/releases/yarn-3.6.4.cjs

0 commit comments

Comments
 (0)