Add gitignore to ignore Antora build artifacts

This commit is contained in:
Justin Wheeler 2018-09-13 17:05:32 -04:00
commit 5e9414de86
Signed by: jflory7
GPG key ID: 3AA2DC1FF6ABF0B6

9
.gitignore vendored Normal file
View file

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