mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +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
|
||||
ios-typings-prj
|
||||
/packages/core/platforms/android/core.aar
|
||||
|
@ -4,4 +4,6 @@ dist
|
||||
**/*.ts
|
||||
!**/*.d.ts
|
||||
jest.config.js
|
||||
npm-debug.log
|
||||
npm-debug.log
|
||||
platforms/android/*.aar
|
||||
!platforms/android/widgets-release.aar
|
Reference in New Issue
Block a user