You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/03/12 23:48:58 UTC

[GitHub] [cordova-android] jcesarmobile commented on issue #684: Would like to be able to filter files copied from www directory.

jcesarmobile commented on issue #684: Would like to be able to filter files copied from www directory.
URL: https://github.com/apache/cordova-android/issues/684#issuecomment-598481014
 
 
   Android has its own mechanism to not copy those files to the resulting app
   
   ignoreAssetsPattern
   
   https://google.github.io/android-gradle-dsl/current/com.android.build.gradle.internal.dsl.AaptOptions.html
   
   Those are the ones ignored by default
   
    "!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"
   
   https://android.googlesource.com/platform/frameworks/base/+/b41af58f49d371cedf041443d20a1893f7f6c840/tools/aapt/AaptAssets.cpp#60

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org