Skip to content

Commit 8bc5ee1

Browse files
authored
Merge pull request #1 from quangbhdang/quangbhdang-patch-1
Update .gitignore to avoid not including change in _sass/vendor
2 parents 9e70db1 + f6f6127 commit 8bc5ee1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Gemfile.lock
1212
node_modules
1313
package-lock.json
1414

15-
# Ignore the vendor file and bundle for alternative installation
16-
vendor/
15+
# Ignore the vendor file at root level and bundle for alternative installation
16+
/vendor/
1717
.bundle/
1818

1919
# Ignore folders related to IDEs
20-
.vscode/
20+
.vscode/

0 commit comments

Comments
 (0)