🙈 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:
parent
7029b98737
commit
809d237e58
1 changed files with 10 additions and 0 deletions
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Documentation artifacts
|
||||
# Antora-specific rules for preview documentation
|
||||
_package/
|
||||
_preview/
|
||||
|
||||
# Miscellaneous artifacts
|
||||
/build/
|
||||
/cache/
|
||||
/public/
|
||||
/preview.pid
|
||||
Loading…
Add table
Add a link
Reference in a new issue