Skip to content

Commit 28b5a1d

Browse files
committed
.gitignore .eggs and make *.egg-info ignore more specific
1 parent b0fbd9b commit 28b5a1d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/.idea
22
/build
33
/dist
4-
*.egg-info
4+
/.eggs
5+
/src/*.egg-info
56
*.pyc
67
__pycache__

0 commit comments

Comments
 (0)