Skip to content

Commit 4a5e90b

Browse files
authored
add missing gitignore part (fonts/vendor node_modules)
1 parent ee87483 commit 4a5e90b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,7 @@ js/positions.js
8888
# Ignore lock files other than package-lock.json
8989
pnpm-lock.yaml
9090
yarn.lock
91+
92+
# Ignore fonts and vendor node_modules
93+
/fonts/node_modules/
94+
/vendor/node_modules/

0 commit comments

Comments
 (0)