Skip to content

Commit 9b33e6e

Browse files
authored
Merge pull request #3171 from quangbhdang/master
Update .gitignore to prevent manual update site from fail to build using Github actions, close #3170
2 parents 9e70db1 + 8bc5ee1 commit 9b33e6e

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)