Add site/_build/ to gitignore - temporary build artifacts should not be tracked

This commit is contained in:
Vijay Janapa Reddi
2025-11-12 11:42:58 -05:00
parent 842a76d3e1
commit d6d83aec90

1
.gitignore vendored
View File

@@ -80,6 +80,7 @@ share/
# Jupyter Book
book/_build/
site/_build/
# NBGrader
assignments/autograded/