feat: update .gitignore to include invoices directory and add index.html

This commit is contained in:
Focuslinkstech 2025-03-22 17:52:12 +01:00
parent c573c49fb9
commit 11e5ebe103
2 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -57,5 +57,6 @@ docs/**
.idea .idea
!docs/insomnia.rest.json !docs/insomnia.rest.json
!system/uploads/paid.png !system/uploads/paid.png
!system/uploads/invoices/
system/uploads/invoices/** system/uploads/invoices/**
!system/uploads/invoices/
!system/uploads/invoices/index.html

View File