Add Exclude uploads/documents to gitignore

This commit is contained in:
johnnyq
2025-11-23 13:05:56 -05:00
committed by Mike Johnston
parent 423584177e
commit 37680e5f07
2 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@@ -4,6 +4,8 @@ config.php
uploads/favicon.ico
uploads/clients/*
!uploads/clients/index.php
uploads/documents/*
!uploads/documents/index.php
uploads/expenses/*
!uploads/expenses/index.php
uploads/settings/*

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB