The structure of my folder is this:
If I change (without editing the code) some file inside some of these folders (Calculator, caraCoroa, etc), when I run git status
it does not list any modified files, why does this occur?
For example if I run cd Calculadora/android && gradlew clean
it will modify some files of the project and if I then run git status
it does not list any modified files, however if you change some line of code it shows the modified file.