Skip to content

Commit f54c5d8

Browse files
committed
Updated _config.yml to exclude additional files and directories from Jekyll build.
1 parent 3c39d29 commit f54c5d8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

_config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,18 @@ exclude:
1515
- Gemfile.lock
1616
- Rakefile
1717
- README.md
18+
- CLAUDE.md
1819
- lib
1920
- test
2021
- vendor
2122
- tsconfig.json
2223
- package.json
2324
- package-lock.json
2425
- node_modules
26+
- tailwind.config.js
27+
- postcss.config.js
28+
- .idea
29+
- .vscode
2530

2631
plugins:
2732
- jekyll-postcss-v2

0 commit comments

Comments
 (0)