This repository was archived by the owner on Mar 26, 2018. It is now read-only.
Commit 1f907d3
committed
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.1 parent c9c3aa6 commit 1f907d3
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments