From 04dd37e73cfaf1776433d3c652d2cb3b0af5f5cf Mon Sep 17 00:00:00 2001 From: Alan_Shan Date: Thu, 5 Mar 2026 17:12:30 +0300 Subject: [PATCH] Add bitrix.gitignore --- bitrix.gitignore | 74 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 bitrix.gitignore diff --git a/bitrix.gitignore b/bitrix.gitignore new file mode 100644 index 0000000..d2c4508 --- /dev/null +++ b/bitrix.gitignore @@ -0,0 +1,74 @@ +.idea +/.htaccess +/upload/ +logs/ +/*.html +/sitemap*.xml +*.log +/*.sql +Thumbs.db +.DS_Store +._.DS_Store +/robots.txt + +/aspro_regions + + +/bitrix/.settings.php +/bitrix/.access.php +/bitrix/.listing +/bitrix/*.example +/bitrix/bitrix.php +/bitrix/composer-bx.json +/bitrix/activity_limit.php +/bitrix/routing_index.php +/bitrix/activities/ +/bitrix/admin/ +/bitrix/backup/ +/bitrix/click.php +/bitrix/components/ +/bitrix/coupon_activation.php +/bitrix/footer.php +/bitrix/gadgets/ +/bitrix/header.php +/bitrix/image_uploader/ +/bitrix/images/ +/bitrix/index.php +/bitrix/js/ +/bitrix/css/ +/bitrix/license_key.php +/bitrix/modules/ +/bitrix/otp/ +/bitrix/p3p.xml +/bitrix/redirect.php +/bitrix/rk.php +/bitrix/rss.php +/bitrix/fonts +/bitrix/legal +/bitrix/tradingplatforms +/bitrix/sounds/ +/bitrix/spread.php +/bitrix/stop_redirect.php +/bitrix/template/ +/bitrix/themes/ +/bitrix/tmp/ +/bitrix/tools/ +/bitrix/urlrewrite.php +/bitrix/virtual_file_system.php +/bitrix/web.config +/bitrix/wizards/ +/bitrix/catalog_export/ +/bitrix/updates/ +/bitrix/panel/ +/bitrix/services/ +/bitrix/php_interface/include/sale_payment/ +/bitrix/php_interface/include/sale_delivery/ + +/bitrix/php_interface/dbconn.php + +/bitrix/cache/ +/bitrix/managed_cache/ +/bitrix/stack_cache/ +/bitrix/html_pages/ +/bitrix/blocks/ +/bitrix/resize_cache/ \ No newline at end of file