Skip to content

Instantly share code, notes, and snippets.

@atishgoswami
Created May 5, 2013 18:22
Show Gist options
  • Save atishgoswami/5521669 to your computer and use it in GitHub Desktop.
Save atishgoswami/5521669 to your computer and use it in GitHub Desktop.
Git Ignore file for cakephp projects
# 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