mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 13:51:42 +01:00
1f8a53f6bb
* Improve Debug Mode Handling * Improve Debug Mode Handling * Improve Debug Mode Handling * Improve Debug Mode Handling * Improve Debug Mode Handling * Autocommit PHP CS Fixer * Improve Debug Mode Handling * Autocommit PHP CS Fixer * Improve Debug Mode Handling * Improve Debug Mode Handling * Improve Debug Mode Handling * Improve Debug Mode Handling * Autocommit PHP CS Fixer * Updated Composer.locK * Improve Debug Mode Handling * Improve Debug Mode Handling --------- Co-authored-by: gevorgmansuryan <gevorgmansuryan@users.noreply.github.com> Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com> Co-authored-by: Lucas Bartholemy <lucas@bartholemy.com>
47 lines
734 B
Plaintext
47 lines
734 B
Plaintext
assets/*
|
|
!assets/.gitignore
|
|
|
|
protected/runtime/*
|
|
.env
|
|
!protected/runtime/.gitignore
|
|
|
|
node_modules
|
|
|
|
protected/config/local/*
|
|
!protected/config/local/.gitignore
|
|
|
|
uploads/files/*
|
|
!uploads/files/.gitignore
|
|
!uploads/files/.htaccess
|
|
|
|
uploads/profile_image/*
|
|
!uploads/profile_image/banner
|
|
!uploads/profile_image/.gitignore
|
|
|
|
uploads/profile_image/banner/*
|
|
!uploads/profile_image/banner/.gitignore
|
|
|
|
.htaccess
|
|
nbproject
|
|
.idea/*
|
|
.gitmodules
|
|
.vscode
|
|
.php-cs-fixer.cache
|
|
|
|
themes/*
|
|
!themes/HumHub
|
|
|
|
favicon.ico
|
|
/.settings
|
|
/.buildpath
|
|
/.project
|
|
/protected/vendor/
|
|
|
|
**/tests/codeception/_data/e/8/e882f005-efd5-4b8f-aadb-2726621b960a/preview-image
|
|
**/tests/codeception/_support/_generated/**
|
|
|
|
**/tests/codeception/_output/**
|
|
/.php_cs.cache
|
|
|
|
.DS_Store
|