-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clean composer dependencies and specfile (#141)
* remove all files in htdocs/vendor/ except i18n in datatables, because they'll be managed by composer * add .gitignore in htdocs/vendor/ to ensure no files would be tracked there except for htdocs/vendor/datatables/i18n * improve composer.json file to clean the downloaded dependencies and keep only the required files in htdocs/vendor * clean specfile: add bundled dependencies, remove custom autoload and local config file, manage the config file migration to /etc/service-desk, clean hidden files in bundled php libs, fix license filename, add missing htdocs/js directory
- Loading branch information
David Coutadeur
committed
Jul 31, 2024
1 parent
ad00342
commit 8c6faee
Showing
39 changed files
with
65 additions
and
19,080 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
* | ||
!.gitignore | ||
!datatables/i18n |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.