mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
chore: ignore unwanted aar from core
This commit is contained in:

committed by
Nathan Walker

parent
6081c07269
commit
c1a4893ade
1
.gitignore
vendored
1
.gitignore
vendored
@ -54,3 +54,4 @@ Thumbs.db
|
|||||||
|
|
||||||
# types
|
# types
|
||||||
ios-typings-prj
|
ios-typings-prj
|
||||||
|
/packages/core/platforms/android/core.aar
|
||||||
|
@ -5,3 +5,5 @@ dist
|
|||||||
!**/*.d.ts
|
!**/*.d.ts
|
||||||
jest.config.js
|
jest.config.js
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
|
platforms/android/*.aar
|
||||||
|
!platforms/android/widgets-release.aar
|
Reference in New Issue
Block a user