From ada2e8337fa32b0156fdfe8da3f09f8f27a64959 Mon Sep 17 00:00:00 2001 From: ngoomie Date: Tue, 20 Aug 2024 22:38:13 -0600 Subject: [PATCH] Actually, exclude htmx from the repo Right now htmx constitutes literally most of the repo's code just because the current Perl code is so small. Makes the Git repo look like it's a JS repo, lol --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d9ebd7e..3909124 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,7 @@ perlcritic.log perltidy.log *.tdy *.pm.LOG -*.pl.LOG \ No newline at end of file +*.pl.LOG + +# htmx +public/htmx.*.js \ No newline at end of file