Skip to content

Instantly share code, notes, and snippets.

@krasnikovdev
Last active October 19, 2017 07:31
Show Gist options
  • Save krasnikovdev/5c3a8253a7952a0e635f063f3fd086dc to your computer and use it in GitHub Desktop.
Save krasnikovdev/5c3a8253a7952a0e635f063f3fd086dc to your computer and use it in GitHub Desktop.
#---------CONFIGS----------#
config.core.php
config.inc.php
#---------CAHCE------------#
cache_image
.cache
.sass-cache
cache
!core/xpdo/cache/
#---------LEXICONS---------#
/core/lexicon/*
!/core/lexicon/en/
!/core/lexicon/ru/
!/core/lexicon/country/
/core/lexicon/country/*
!/core/lexicon/country/en.inc.php
!/core/lexicon/country/ru.inc.php
/core/components/*/lexicon/*
!/core/components/*/lexicon/en/
!/core/components/*/lexicon/ru/
#----------IDE-------------#
.idea
/nbproject
#--------MARKUP SRC--------#
node_modules
bower_components
html/assets/node_modules
markup/node_modules
#---------OTHER------------#
/core/packages/*/
/tmp
#---------DEPLOY-----------#
/deploy
_data/system_settings/emailsender.yaml
_data/mediasources/*
_data/context_settings/*.site-url.yaml
_data/context_settings/*.http-host.yaml
#---------IMAGES-----------#
html/assets/images
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment