Created
April 17, 2014 17:36
-
-
Save marcjenkins/11000119 to your computer and use it in GitHub Desktop.
.gitignore for MODX projects
This file contains 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
# 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