You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Bitrix 556B

1234567891011121314151617181920212223
  1. # gitignore template for 1C-Bitrix, a PHP-based CMS
  2. # website: https://www.1c-bitrix.ru
  3. #Exclude all of core files
  4. /bitrix/*
  5. #But not the templates and non bitrix components
  6. !/bitrix/templates
  7. !/bitrix/components
  8. /bitrix/components/bitrix
  9. #Exclude bitrix gadgets
  10. !/bitrix/gadgets
  11. /bitrix/gadgets/bitrix
  12. #User can use that directory to store some stuff, but it's not really recommended, just use /local instead of this
  13. !/bitrix/php_interface/
  14. #Exclude database configs
  15. /bitrix/php_interface/dbconn.php
  16. #Exclude default file storage directory
  17. /upload/