Skip to content

Commit 5a20e9a

Browse files
committed
Ignore /build & /dist only in root dir
1 parent 3bfba95 commit 5a20e9a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ __pycache__/
1010

1111
# Distribution / packaging
1212
.Python
13-
build/
13+
/build/
1414
develop-eggs/
15-
dist/
15+
/dist/
1616
downloads/
1717
eggs/
1818
.eggs/

0 commit comments

Comments
 (0)