fix .gitignore file

This commit is contained in:
Mitan Omar
2020-07-25 16:35:05 +02:00
parent fa61d878b5
commit 864dd92fbf
2 changed files with 6 additions and 2 deletions

4
.gitignore vendored
View File

@@ -9,12 +9,12 @@ uploads/*
!uploads/.htaccess
!uploads/php.ini
!uploads/thumbs
uploads/thumbs/*
uploads/thumbs/
!uploads/thumbs/index.html
!uploads/thumbs/php.ini
!uploads/thumbs/.htaccess
styles/*
!styles/bootstrap/*
!styles/bootstrap/
!/styles/bootstrap/js/script.js
!styles/index.html
.DS_Store

View File

@@ -0,0 +1,4 @@
<div class="progress" id="progressHolder" style="display: none;text-align: center;height: 20px;">
<div class="progress-bar" id="uploadProgress" role="progressbar" style="width: 0%;" aria-valuenow="25"
aria-valuemin="0" aria-valuemax="100">0%</div>
</div>