clean up gitignore

This commit is contained in:
ngoomie 2024-08-24 01:10:36 -06:00
parent 75ca0aba0f
commit b04cb5ebaf
1 changed files with 4 additions and 5 deletions

9
.gitignore vendored
View File

@ -4,7 +4,7 @@ charmboard.conf
# SQLite # SQLite
*.db *.db
*.db-* *.db-*
*.db.old *.db.*
# Perl::Critic # Perl::Critic
perlcritic.log perlcritic.log
@ -12,8 +12,7 @@ perlcritic.log
# Perl::Tidy # Perl::Tidy
perltidy.log perltidy.log
*.tdy *.tdy
*.pm.LOG *.LOG
*.pl.LOG
# htmx # miscellany
public/htmx.*.js *.old