Skip to content

Commit 0eeb3ca

Browse files
authored
add .idea to .gitignore (#2375)
## Changes 1. add ".idea" entry to ".gitgnore" ## Tests 1. manually checked that with this change files under .idea/ folder are not staged for commit
1 parent 7641429 commit 0eeb3ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ coverage-acceptance.txt
2525
__pycache__
2626
*.pyc
2727

28+
.idea
2829
.vscode/launch.json
2930
.vscode/tasks.json
3031

0 commit comments

Comments
 (0)