Skip to content

Commit 3bc46c9

Browse files
committed
Ingore node_modules when building the site
This won't be present when GitHub Pages builds the site, so having it present is merely likely to create confusion (as well as slow down the build locally/in CI).
1 parent 077c41e commit 3bc46c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ exclude:
5757
- gems/
5858
- Dockerfile
5959
- docker-compose.yml
60+
- node_modules/
6061
- _env/
6162
- _docs/
6263
- vendor/

0 commit comments

Comments
 (0)