Last active
January 20, 2019 14:05
-
-
Save Qetbn/70ee386e8c108be2b3fc9f4ef3291627 to your computer and use it in GitHub Desktop.
.gitignore Bitrix with core (Битрикс с ядром)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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