1
The structure of my briefcase is this:
If I change (without editing the code) any file inside any of these folders(Calculator, Color, etc), when I run git status
it does not list any modified file, why this occurs ?
For example if I rotate cd Calculadora/android && gradlew clean
it will modify some project files and if I then run git status
it does not list any modified file, but if you change any line of code it shows the modified file.
The files modified by
gradlew clean
are not ignored?– Jéf Bueno
How’s the contents of the file
.gitignore
? Both the project and the folder where the change supposedly does not appear?– Jefferson Quesado
That’s right, the automatically generated . gitignore by React-Native init was ignoring these files,
– Lone Tonberry
@LINQ, how did you find the AP problem, what do you think of providing an answer to the question? :)
– Dherik