123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- # Chamilo
- tests/unittests/db.conf.php
- tests/logs/*
- !data/
- data/*
- !data/default_course_document
- !data/default_platform_document
- !data/upload/users
- !data/courses/index.html
- # Logs and databases #
- *.log
- # IDE settings
- .idea
- *.orig
- nbproject/*
- .*.swp
- vendor/ezyang/htmlpurifier/docs/*
- vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Filter/ExtractStyleBlocks.txt
- vendor/ezyang/htmlpurifier/smoketests/*
- vendor/realityking/pchart/Sample/*
- vendor/realityking/pchart/Example*
- # Doctrine entities generation tests
- tests/doctrine_console/generated
- tests/doctrine_console/mapping
- tests/doctrine_console/Proxies
- # OS stuff
- .DS_Store
- /.htaccess
- # Symfony
- app/config/parameters*.yml
- app/cache/*
- app/logs/*
- app/*.cache
- web/assetic/*
- web/bundles/*
- web/images/*
- web/uploads/*
- web/js/*
- web/css/*
- web/sitemap*.xml
- vendor/*
- /vendor/
- src/Chamilo/ThemeBundle/Resources/public/*
- build
- composer.lock
|