Skip to content

Commit 8f0619e

Browse files
committed
chore(gitignore): update .gitignore to exclude build and site directories
Additions to the .gitignore file include the `build/` and `site/` directories. This change prevents build artifacts and generated site content from being tracked by git, reducing clutter in the repository and ensuring that only source files are versioned.
1 parent b04622a commit 8f0619e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,10 @@ config/settings*
161161
# MacOS
162162
.DS_Store
163163

164+
build/
164165
docs-build/
165166
docs/site/
167+
site/
166168

167169
# extensions
168170
tux/extensions/*

0 commit comments

Comments
 (0)