1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

Edited .gitignore to make sure that public disks exists (leads to errors during the PDF check within the setup process)

This commit is contained in:
Lukas Mueller 2021-09-26 12:07:56 +02:00
parent 1ee12e8bcc
commit 9d9efca633
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -17,7 +17,6 @@ local_version.txt
/resources/assets/bower
/public/logo
/storage/*
.env.dusk.local
/public/vendors/*
*.log
@ -29,4 +28,4 @@ nbproject
.php_cs.cache
public/test.pdf
public/storage/test.pdf
/Modules
/Modules

2
storage/app/public/.gitignore vendored Normal file
View File

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