From d378f0ab941160f76ce73e36a152469fee39a56f Mon Sep 17 00:00:00 2001 From: ahwelp Date: Tue, 24 Jan 2023 20:43:13 +0000 Subject: [PATCH] Changes on .files --- .gitignore | 4 ++-- bower.json | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) mode change 100755 => 100644 .gitignore diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 index 2038c16..9f236e2 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ tags config/database.db config/modules.ini - +storage/ vendor/ composer.lock @@ -15,4 +15,4 @@ docker/ !public/.htaccess !public/index.php -public/plugins +#public/plugins diff --git a/bower.json b/bower.json index 9783c54..d327d3e 100644 --- a/bower.json +++ b/bower.json @@ -18,12 +18,15 @@ ], "dependencies": { "bootstrap": "4.5.3", - "fontawesome": "5.15.1", + "fontawesome": "4.7.0", "jquery": "3.5.1", "trumbowyg": "2.21.0", "sliderTelepatic": "https://git.inforsistemas-devel1.com.br/bower/sliderTelepatic.git", + "bootstrapToastWrapper": "https://git.inforsistemas-devel1.com.br/bower/bootstrapToastWrapper.git", "metismenu": "3.0.6", "mousetrap": "1.6.5", - "jquery-mask-plugin": "1.14.16" + "jquery-mask-plugin": "1.14.16", + "datatables.net-dt": "^3.2.2", + "dropzone": "^5.9.3" } }