Skip to content

Commit f6739ea

Browse files
Add .itest log directory to default .gitignore
Signed-off-by: Sanjula <[email protected]>
1 parent 5e29014 commit f6739ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iproject.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const DEFAULT_OBJLIB = '&OBJLIB';
3333
/**
3434
* Represents the default .gitignore entries.
3535
*/
36-
export const DEFAULT_GITIGNORE = ['.logs', '.evfevent', '.env']
36+
export const DEFAULT_GITIGNORE = ['.logs', '.evfevent', '.itest', '.env'];
3737

3838
/**
3939
* Represents a file that stores project information.

0 commit comments

Comments
 (0)