Skip to content

Commit

Permalink
add build to ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
wesbos committed Apr 14, 2023
1 parent 40f30d3 commit 63d4276
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const config = {
excluded_patterns: [
'^\\/_assets\\/[^\\/]*$',
'^\\/shared\\/[^\\/]*$',
'^\\/build\\/[^\\/]*$',
// '^\\/**\\/[^\\/]*$',
],
};

0 comments on commit 63d4276

Please sign in to comment.