I understand that a .gitignore file cloaks specified files from Git\'s version control. I have a project (LaTeX) that generates lots of extra files (.auth, .dvi, .pdf, logs,
I had a problem with subfolder.
Does not work:
/custom/* !/custom/config/foo.yml.dist
Works:
/custom/config/* !/custom/config/foo.yml.dist