Last active
December 15, 2015 07:48
-
-
Save datawebbie/5225711 to your computer and use it in GitHub Desktop.
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
# Test URI | |
# Ignore netbeans folder | |
nbproject/* | |
# Ignore private folder | |
/app/private/* | |
!/app/private/empty | |
# Ignore packed asset files | |
/app/webroot/css/packed/* | |
!app/webroot/css/packed/.htaccess | |
/app/webroot/js/packed/* | |
!app/webroot/js/packed/.htaccess | |
# MAC | |
.DS_Store | |
# Windows | |
Thumbs.db | |
# Eclipse project files | |
/.cache | |
.project | |
/.settings | |
.buildpath | |
# Cake Config Dirs | |
/app/Config/core.php | |
/app/Config/database.php | |
# Cake TMP Dirs | |
/app/tmp/* | |
!/app/tmp/ | |
/app/tmp/cache/* | |
!/app/tmp/cache/ | |
!/app/tmp/cache/empty | |
/app/tmp/cache/models/* | |
!/app/tmp/cache/models/ | |
!/app/tmp/cache/models/empty | |
/app/tmp/cache/persistent/* | |
!/app/tmp/cache/persistent/ | |
!/app/tmp/cache/persistent/empty | |
/app/tmp/cache/views/* | |
!/app/tmp/cache/views/ | |
!/app/tmp/cache/views/empty | |
/app/tmp/logs/* | |
!/app/tmp/logs/ | |
!/app/tmp/logs/empty | |
/app/tmp/sessions/* | |
!/app/tmp/sessions/ | |
!/app/tmp/sessions/empty | |
/app/tmp/tests/* | |
!/app/tmp/tests/ | |
!/app/tmp/tests/empty |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment