For example app_manifest.json contains ID Scope and device ID. These should be checked in as fillers and before you test, you can ensure that you do not accidentally commit those.
git update-index --assume-unchanged path/to/file
seup-project.sh could also be automatically flagging sensitive files like in the iotc-azurertos-sdk repo.
For example app_manifest.json contains ID Scope and device ID. These should be checked in as fillers and before you test, you can ensure that you do not accidentally commit those.
git update-index --assume-unchanged path/to/file
seup-project.sh could also be automatically flagging sensitive files like in the iotc-azurertos-sdk repo.