Skip to content

Commit

Permalink
Exclude Track_2_ToDo_App from vuepress build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
waeltken committed Apr 26, 2024
1 parent 96bbb88 commit f731e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vuepress/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: Anyone Can Code
patterns: ["**/*.md", "!**/node_modules", "!templates/**", "!frontend/**"]
patterns: ["**/*.md", "!**/node_modules", "!templates/**", "!frontend/**", "!Track_2_ToDo_App/**"]
base: /everyonecancode/instructions/
themeConfig:
repo: "microsoft/everyonecancode"
Expand Down

0 comments on commit f731e8f

Please sign in to comment.