Skip to content

Instantly share code, notes, and snippets.

@marcjenkins
Created April 17, 2014 17:36
Show Gist options
  • Star 13 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save marcjenkins/11000119 to your computer and use it in GitHub Desktop.
Save marcjenkins/11000119 to your computer and use it in GitHub Desktop.
.gitignore for MODX projects
# ignore everything in this directory
/*
# but not these
!.gitignore
!assets/
!core/
!_SASS/
!_JS/
# ignore cache and config
core/cache/*
core/config/config.inc.php
config.core.php
manager/config.core.php
connectors/config.core.php
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment