chore(output): ignore release artifacts

This commit is contained in:
2025-10-15 13:52:36 -05:00
parent d01114d2d2
commit 0eb31dc082
5 changed files with 13 additions and 0 deletions

3
output/ForRelease/failed/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
*
!.gitkeep
!.gitignore

3
output/ForRelease/inbox/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
*
!.gitkeep
!.gitignore

3
output/ForRelease/outbox/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
*
!.gitkeep
!.gitignore

View File

@@ -0,0 +1,3 @@
*
!.gitkeep
!.gitignore

View File

@@ -9,6 +9,7 @@ This directory contains the post-processing side of ResumeCustomizer. It is resp
- `ForRelease/failed`: Markdown files that encountered an error during conversion (contains `.gitkeep` to preserve the directory). - `ForRelease/failed`: Markdown files that encountered an error during conversion (contains `.gitkeep` to preserve the directory).
- `Docker/`: container definition, watcher script, and helper wrapper that run the conversion daemon. - `Docker/`: container definition, watcher script, and helper wrapper that run the conversion daemon.
All `ForRelease` subdirectories include `.gitkeep`/`.gitignore` files so generated resumes stay local and out of version control.
## Running the Output Processor ## Running the Output Processor
Use the wrapper so the container writes files with your UID/GID: Use the wrapper so the container writes files with your UID/GID: