"git status" command does not show changed files inside folders [closed]

1

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.

    
asked by anonymous 03.07.2018 / 23:08

0 answers