Skip to content

Instantly share code, notes, and snippets.

@Rachind
Forked from marcjenkins/.gitignore
Created July 11, 2022 10:51
Show Gist options
  • Save Rachind/b8393ca86216a993393b039b3fb26b36 to your computer and use it in GitHub Desktop.
Save Rachind/b8393ca86216a993393b039b3fb26b36 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