🙈 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:
parent
c97c1269db
commit
d4b0e3cfb8
1 changed files with 10 additions and 5 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue