12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- # Chamilo
- tests/unittests/db.conf.php
- tests/logs/*
- !data/
- data/*
- !data/temp/twig/PLACEHOLDER
- !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
- behat.yml
- app/cache/*
- app/logs/*
- app/*.cache
- web/uploads/*
- web/sitemap*.xml
- app/config/parameters*.yml
- vendor/*
- build
- composer.lock
|