🙈 gitignore: Add new files from modernized build script

This commit adds some new lines and generally cleans up and organizes
the file. The most notable difference here is that the `preview.pid`
lockfile will not be accidentally committed to the repo.

Signed-off-by: Justin Wheeler <jwheel@redhat.com>
This commit is contained in:
Justin Wheeler 2026-01-15 12:41:00 -05:00
commit d4b0e3cfb8
Signed by: jflory7
GPG key ID: 7748B15FA8FA4C7E

15
.gitignore vendored
View file

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