Skip to content

Instantly share code, notes, and snippets.

@shuhrat
Created July 30, 2013 06:55
Show Gist options
  • Save shuhrat/6110847 to your computer and use it in GitHub Desktop.
Save shuhrat/6110847 to your computer and use it in GitHub Desktop.
Gitignore file for our projects on Bitrix CMF
# files
.gitignore
.idea
cgi-bin
#OS FILES
.DS_Store
Thumbs.db
#DEV
!/
/*
#UPLOADS FOLDER
/upload/*
#BITRIX CORE
!/bitrix
/bitrix/*
#COMPONENTS
!/bitrix/components
/bitrix/components/*
!/bitrix/components/emfy
#COMPONENTS
!/bitrix/modules
/bitrix/modules/*
!/bitrix/modules/emfy
!/bitrix/modules/emfy*
#TEMPALTES
!/bitrix/templates
/bitrix/templates/*
#!/bitrix/templates/{TEMPLATE NAME}
!/bitrix/templates/clinic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment