Skip to content

Commit 3d0c3e9

Browse files
igba1980igba.ujege
andauthored
Update .gitignore to include .idea/ directory (#109)
The .idea/ directory, which typically holds IDE settings, was previously ignored. Now, it has been included in .gitignore to enable tracking. This adjustment will aid in preserving uniform development environments across multiple systems. Co-authored-by: igba.ujege <igba.ujege@bjss.com>
1 parent f590cc2 commit 3d0c3e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ newman/
1212

1313
__pycache__/
1414
.envrc
15-
.idea/
1615
.venv/
16+
.idea/
1717

1818
smoketest-report.xml
1919
env

0 commit comments

Comments
 (0)