Skip to content

Commit 7d46718

Browse files
committed
Add build directory to gitignore.
This has caught people out on a couple of recent PRs. I don't actually know what this directory is for and/or where it comes from (never seen it on my machine).
1 parent 4231730 commit 7d46718

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
*pyc
22
*.DS_Store
33
site/
4+
build/
45
_build/
56
*.log
67
dist/

0 commit comments

Comments
 (0)