Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ignore dist/ only in the root directory
This `dist` will ignore every `dist` directory in the repository not just ones in the root directory. I have a project where author is bundling external repos as he modified them I know this isn't the ideal setup but this was my case. so with `dist` in `.gitignore` I lost some of his bundled files under `some/directory/libs/jquery/dist` they weren't pushed to the repo. modifying `dist` to `/dist` to ignore only `dist` in root directory fixs my problems http://stackoverflow.com/questions/15084780/gitignore-ignore-one-specific-directory-and-that-one-only
- Loading branch information