Skip to content

Instantly share code, notes, and snippets.

@0test
Last active March 15, 2022 20:34
Show Gist options
  • Save 0test/b266289584dffc51357fa21c6540c7c1 to your computer and use it in GitHub Desktop.
Save 0test/b266289584dffc51357fa21c6540c7c1 to your computer and use it in GitHub Desktop.
# assets
/assets/.thumbs/*
!/assets/.thumbs/index.html
!/assets/.thumbs/.htaccess
/assets/backup/*
!/assets/backup/index.html
!/assets/backup/.htaccess
/assets/cache/*
!/assets/cache/.htaccess
!/assets/cache/index.html
!/assets/cache/siteManager.php
!/assets/cache/sitePublishing.idx.php
!/assets/cache/images/index.html
!/assets/cache/rss/index.html
!/assets/cache/updater/index.html
/assets/docs/*
!/assets/docs/.htaccess
!/assets/docs/changelog.txt
!/assets/docs/index.html
!/assets/docs/license.txt
/assets/export/*
!/assets/export/index.html
!/assets/export/.htaccess
/assets/files/*
!/assets/files/index.html
!/assets/files/.htaccess
/assets/images/*
!/assets/images/index.html
!/assets/images/evo-logo.png
!/assets/images/.htaccess
/assets/import/*
!/assets/import/index.html
!/assets/import/.htaccess
/assets/site/*
!/assets/site/index.html
!/assets/site/.htaccess
# Core
/core/storage/blade/*
/core/storage/bootstrap/sitePublishing.idx.php
/core/storage/bootstrap/siteCache.idx.php
/core/storage/sessions/*
/core/storage/cache/*
/core/custom/.env
/core/custom/config/cms/settings.php
# Manager
/manager/includes/config.inc.php
/manager/media/style/default/css/styles.min.css
# Composer
/composer.phar
!/vendor/.htaccess
!/vendor/index.html
# IDE Helper
modx_evolution.IDEhelper.php
_ide_helper.php
.phpstorm.meta.php
#node.JS
/node_modules
npm-debug.log
#docker
/docker/nginx/logs/*
# System
ftpsync.settings
Thumbs.db
Desktop.ini
.DS_Store
.idea
.vagrant
.rocketeer
# except do not ignore .gitignore
!.gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment