Skip to content

Instantly share code, notes, and snippets.

@rakeshtembhurne
Created October 10, 2012 12:58
Show Gist options
  • Save rakeshtembhurne/3865483 to your computer and use it in GitHub Desktop.
Save rakeshtembhurne/3865483 to your computer and use it in GitHub Desktop.
another cakephp htaccess
# CakePHP
/app/tmp/*
/app/Config/database.php
/app/Config/core.php
!empty
/plugins
/vendors
/app/webroot/coverage/*
/tmp/*
/app/Plugin/*
/app/Test/log.junit.xml
/app/webroot/reports/*
/app/webroot/tmp/*
/app/tests/*
phpunit.xml.dist
# Numerous always-ignore extensions
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.vi
*~
# OS or Editor folders
.DS_Store
.cache
.project
.settings
nbproject
Thumbs.db
Icon?
._*
# Vim
.*.sw[a-z]
*.un~
Session.vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment