Telling git to ignore symlinks
问题 This question has appeared in similar forms here and here, but they don't seem to match up with what I'm looking for. I'm making a project in StaticMatic, a Ruby static site generator. Basically, it's just a src/ directory with Haml templates, Sass, and CoffeeScript. StaticMatic provides a development server to keep compiling these into a static site, as well as a build command that generates the static site in build/. My modification to StaticMatic is to allow the addition of src/_modules