:::: MENU ::::
Posts tagged with: git

Whitelisting subdirectories using Git’s .gitignore

git-logo-650
Git’s handling of directories and wildcards doesn’t follow bash conventions. First glance at a .gitignore file can easily mislead you into thinking that typical directory references will work recursively and allow whitelisting of many directories at a time. But directories don’t really exist for Git, or at least not as you’d expect.… Read the rest