Skip to content

Instantly share code, notes, and snippets.

@php-evs
Created March 5, 2019 05:49
Bitrix gitignore
# IDE
.idea/*
# SEO
yandex_*.html
google*.html
sitemap*.xml
# Composer
/local/lib/composer/vendor/
# Links
/composer
/bitrix
# Uploads and cache
/upload
**/upload/
**/uploads/
**/*cache*/
*.tar*
*.zip*
# Tmp
/_*/
# log
/local/logs
*.log
# Fonts
*.eot
*.ttf
*.woff
*.woff2
# Other
*.sql
*.csv
*.txt
*.xml
*.dt
*.swp
*.swo
*.DS_Store
*.gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment