Last active
October 19, 2017 07:31
-
-
Save krasnikovdev/5c3a8253a7952a0e635f063f3fd086dc to your computer and use it in GitHub Desktop.
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
#---------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