diff options
| author | 2025-08-15 00:51:07 +0700 | |
|---|---|---|
| committer | 2025-08-15 00:51:07 +0700 | |
| commit | c9b2f8ca2239d64eaede7a0d755f038fe506bcca (patch) | |
| tree | c4249bc7b91967af9c1e0323aa5f347cb46a381e /.gitignore | |
| parent | ce7afeb5cb433a55fe2c30ab71cbeeb07c14b830 (diff) | |
| download | thumbnail-generator-c9b2f8ca2239d64eaede7a0d755f038fe506bcca.tar.gz thumbnail-generator-c9b2f8ca2239d64eaede7a0d755f038fe506bcca.zip | |
refactor: split semaphore into pre-process & process
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,8 +28,8 @@ go.work.sum .env # Editor/IDE -# .idea/ -# .vscode/ +.idea/ +.vscode/ config*.json !config*.sample.json |