0

In my project I use 3 .gitignore files:

in myproject/.gitignore

*.iml
.gradle
.idea
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
/captures
/app/src/test
/app/src/androidTest
/app/src/debug/
/app/src/release/
/app/build

in app/.gitignore:

/build

and in library/.gitignore:

/build

But when I start Git client it's show me files in folder library/build/

mo

why?

Héctor
  • 22,312
  • 29
  • 114
  • 225
Alexei
  • 11,572
  • 19
  • 87
  • 193

0 Answers0