This repository has been archived by the owner on Mar 26, 2018. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gen): use absolute paths in generated .gitignore
The generated .gitignore contains relative paths that will match in both the root of the project or somewhere down the tree. This can be problematic if the project gets a folder called `dist` or some other ignored name. This patch makes the default .gitignores absolute.
- Loading branch information