Fix gitignore

- Removed ignore from master .gitignore
- Added .gitignore to item_pics directory.
- Added .gitignore to uploads directory.
This commit is contained in:
objecttothis
2023-11-17 10:15:26 +04:00
committed by jekkos
parent 05372b96cc
commit c971e025b8
3 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@@ -82,4 +82,3 @@ auth.json
/app/Database/database.sql
/writable/cache/settings
/.env.bak
public/uploads/*.*

3
public/uploads/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
*
!/item_pics
!.gitignore

2
public/uploads/item_pics/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*
!.gitignore