Skip to content

Instantly share code, notes, and snippets.

@qopqopqop
Forked from marcjenkins/.gitignore
Created August 4, 2016 13:47
Show Gist options
  • Save qopqopqop/71fdffdd33d5cfb5c0e48c4ae76c0074 to your computer and use it in GitHub Desktop.
Save qopqopqop/71fdffdd33d5cfb5c0e48c4ae76c0074 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