I want to add a text file on Android Studio where to place internal comments, ideas, development status, pendings, etc.
The issue is that I don't want this file to be part of deployment APK's, but I want to have it inside Android Studio project for simplicity.
I found somewhere that suggest to put it at resources folder: res/raw
, but this content will be deployed on APK and I don't want it.