chore(output): ignore release artifacts
This commit is contained in:
3
output/ForRelease/failed/.gitignore
vendored
Normal file
3
output/ForRelease/failed/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
*
|
||||
!.gitkeep
|
||||
!.gitignore
|
||||
3
output/ForRelease/inbox/.gitignore
vendored
Normal file
3
output/ForRelease/inbox/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
*
|
||||
!.gitkeep
|
||||
!.gitignore
|
||||
3
output/ForRelease/outbox/.gitignore
vendored
Normal file
3
output/ForRelease/outbox/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
*
|
||||
!.gitkeep
|
||||
!.gitignore
|
||||
3
output/ForRelease/processed/.gitignore
vendored
Normal file
3
output/ForRelease/processed/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
*
|
||||
!.gitkeep
|
||||
!.gitignore
|
||||
@@ -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).
|
||||
- `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
|
||||
Use the wrapper so the container writes files with your UID/GID:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user