Skip to content

Commit e8fedc3

Browse files
committed
Merge pull request realpython#476 from BastiTee/master
Added build/ directory to .gitignore
2 parents 4b30c78 + 8c96fb7 commit e8fedc3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ docs/_build
77

88
# Ignore .hgignore for contributors using Mercurial.
99
.hgignore
10+
11+
# Ignore files generated during build
12+
build/

0 commit comments

Comments
 (0)