Skip to content

Instantly share code, notes, and snippets.

@Qetbn
Last active January 20, 2019 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Qetbn/70ee386e8c108be2b3fc9f4ef3291627 to your computer and use it in GitHub Desktop.
Save Qetbn/70ee386e8c108be2b3fc9f4ef3291627 to your computer and use it in GitHub Desktop.
.gitignore Bitrix with core (Битрикс с ядром)
# SEO
/robots.txt
/sitemap.xml
/sitemap_files.xml
/sitemap_iblock_*.xml
# 1C-Bitrix
/bitrix/cache
/bitrix/controller_log
/bitrix/managed_cache
/bitrix/stack_cache
/bitrix/tmp
/bitrix/wizards/bitrix
/bitrix/php_interface/dbconn.php
/bitrix/.settings.php
/bitrix/backup
/bitrix/html_pages
/upload
# Logs
/bitrix/modules/*.log
/bitrix/log.txt
/bitrix/*.log
*.log
*.log.*
# Composer
/bitrix/vendor/
/bitrix/composer.phar
# NodeJs
/node_modules
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
*.iml
/.idea
/nbproject/private
# IntelliJ
/out/
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment