mirror of
https://github.com/kleeja-official/kleeja.git
synced 2026-07-10 06:02:11 +02:00
fix .gitignore file
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -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
|
||||
|
||||
4
styles/bootstrap/progress.html
Normal file
4
styles/bootstrap/progress.html
Normal 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>
|
||||
Reference in New Issue
Block a user