.gitignore 902 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. # Chamilo
  2. tests/unittests/db.conf.php
  3. tests/logs/*
  4. !data/
  5. data/*
  6. !data/default_course_document
  7. !data/default_platform_document
  8. !data/upload/users
  9. !data/courses/index.html
  10. # Logs and databases #
  11. *.log
  12. # IDE settings
  13. .idea
  14. *.orig
  15. nbproject/*
  16. .*.swp
  17. vendor/ezyang/htmlpurifier/docs/*
  18. vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Filter/ExtractStyleBlocks.txt
  19. vendor/ezyang/htmlpurifier/smoketests/*
  20. vendor/realityking/pchart/Sample/*
  21. vendor/realityking/pchart/Example*
  22. # Doctrine entities generation tests
  23. tests/doctrine_console/generated
  24. tests/doctrine_console/mapping
  25. tests/doctrine_console/Proxies
  26. # OS stuff
  27. .DS_Store
  28. /.htaccess
  29. # Symfony
  30. app/config/parameters*.yml
  31. app/cache/*
  32. app/logs/*
  33. app/*.cache
  34. web/assetic/*
  35. web/bundles/*
  36. web/images/*
  37. web/uploads/*
  38. web/js/*
  39. web/css/*
  40. web/sitemap*.xml
  41. vendor/*
  42. /vendor/
  43. src/Chamilo/ThemeBundle/Resources/public/*
  44. build
  45. composer.lock