Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
This is a little different than I thought. Apparently it's an interaction with IntelliJ. One sequence is something like:
- import the Gradle build in IntelliJ on master
- switch to branch_8x on the command line
- switch back to master from the command line and you can't because "untracked changes would be overwritten by..."
there may be other ways to get into this bind.
At any rate, I don't see a problem with adding
gradle.properties
gradle/
gradlew
gradlew.bat
to .gitignore on branch_8x only.