message no. 133209
Posted by locrian9 in #github at 2016-04-26T01:39:01Z
re" file, and put the following separated lines inside that .gitignore file.. Here I'll note the line#s in parenthesis (not code): (line#1) # Ignore everything (line#2) * (line#3) # But not these files (line#4) !*.txt (line#5) !*.doc (line#6) # Keep these directories (line#7) !bar (line#8) !bash (line#9) # ... even if they are in subdirectories (line#10) !*/ (end of file). When I did a "git status", after