humhub/.gitignore
Lucas Bartholemy 70b9f80a74 Added probot-no-response configuration
Signed-off-by: Lucas Bartholemy <lucas@bartholemy.com>
2019-05-19 10:44:12 +02:00

39 lines
592 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
themes/*
!themes/HumHub
favicon.ico
/.settings
/.buildpath
/.project
/protected/vendor/
**/tests/codeception/_support/_generated/**
**/tests/codeception/_output/**