The problem:
I'm on OSX. I have a very small .gitignore file, and I even tried completely deleting the file. Nothing helps. Git doesn't see anything under my .idea directory for intellij.
At the very least I want to store .idea/runConfigurations/*. Worse than that, according to this post, all the files in that directory but 1 or 2 should be source controlled.
Is there an extra, hidden .gitignore setting somewhere I don't know about? Is there any way to search for and murder it if so?
Steps taken so far:
I manually added the most important ones with:
git add .idea/runConfigurations -f
Trying that without the -f gave:
The following paths are ignored by one of your .gitignore files:
.idea
Use -f if you really want to add them.
To reiterate: it gave that error even when I completely deleted my .gitignore file
Similar-but-unsolved thread:
After raking through SO I managed to find one other thread having the same problem. Unfortunately it got marked as answered even though the original poster replied that the problem remained unsolved. Regardless, MY version of the problem remains unsolved
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…