🙈 gitignore: Initial commit

Avoid accidental commits of working files from the docs builder script
when working on the repository. Mostly straightforward stuff here…

Signed-off-by: Justin Wheeler <jwheel@redhat.com>
This commit is contained in:
Justin Wheeler 2026-03-04 10:41:35 -08:00
commit 809d237e58
Signed by: jflory7
GPG key ID: 7748B15FA8FA4C7E

10
.gitignore vendored Normal file
View file

@ -0,0 +1,10 @@
# Documentation artifacts
# Antora-specific rules for preview documentation
_package/
_preview/
# Miscellaneous artifacts
/build/
/cache/
/public/
/preview.pid