diff options
author | Paul Duncan <pabs@pablotron.org> | 2025-05-12 18:32:07 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2025-05-12 18:32:07 -0400 |
commit | 3b0bc08bc42a244ca8f73a7438ea0932760ff7b6 (patch) | |
tree | bd0b7698663551084f4e2b94c670398f50f10b95 | |
parent | 816ddcba4ed85235f227e19ccc78da6c2e696652 (diff) | |
download | pablotron.org-3b0bc08bc42a244ca8f73a7438ea0932760ff7b6.tar.xz pablotron.org-3b0bc08bc42a244ca8f73a7438ea0932760ff7b6.zip |
.gitignore: ignore tmp/ and dist/
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ resources public bin/logo-0/vendor +tmp +dist |