mirror of
https://github.com/humhub/humhub.git
synced 2025-02-24 11:14:00 +01:00
This reverts commit d2d45f7d78e54b9dcf81e023af336c5bc064b548, reversing changes made to 3a2daed62f549a4720741b9cd5a15a83521e08e4. # Conflicts: # protected/humhub/docs/guide/admin/asynchronous-tasks.md
38 lines
538 B
Plaintext
38 lines
538 B
Plaintext
assets/*
|
|
!assets/.gitignore
|
|
|
|
protected/runtime/*
|
|
!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
|
|
.github
|
|
/composer.lock
|
|
|
|
themes/*
|
|
!themes/HumHub
|
|
|
|
favicon.ico
|
|
/.settings
|
|
/.buildpath
|
|
/.project
|
|
/protected/vendor/
|