Commit f6f6127
authored
Update .gitignore to avoid not including change in _sass/vendor
Previous ``vendor/`` would lead to any change in the ``_sass/vendor`` folder to also be ignored. This can lead to a missing import packages error during page build on the GitHub page actions if the user manually copies the project source code to their repository.1 parent 9e70db1 commit f6f6127
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
0 commit comments