CakePHPの.gitignore
nbproject/* | |
/app/webroot/css/packed/* | |
!app/webroot/css/packed/.htaccess | |
/app/webroot/js/packed/* | |
!app/webroot/js/packed/.htaccess | |
.DS_Store | |
Thumbs.db | |
/.cache | |
.project | |
/.settings | |
.buildpath | |
/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