Skip to content

Commit

Permalink
add dist to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhaiwat10 committed Aug 29, 2024
1 parent 5a257c1 commit 59e1337
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/create-fuels/test/utils/templateFiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ export const filterOriginalTemplateFiles = (files: string[]) => {
if (['/gitignore', '/env'].includes(file)) {
return false;
}
if (file.includes('dist')) {
return false;
}
return true;
});

Expand Down

0 comments on commit 59e1337

Please sign in to comment.