message no. 133211
Posted by locrian9 in #github at 2016-04-26T01:39:07Z
creating the .gitignore, I noticed the "bin" directory not listed in the "untracked files" as expected. Then I edited the .gitignore file and put in the line: !bin . I did another "git status" but it still didn't list the file as "untracked". When does the .gitignore take it's action? Is the action taken durring the "git init" or durring the "git add"?