Skip to content
jaapandre edited this page Apr 16, 2012 · 1 revision

.gitignore

We use one general .gitignore in the root of the application. Users can add .gitignore in lower directories to ignore own/clienspecific files.

  • Important files in .gitignore:
    • application/configs/override.ini -> database credentials
    • tests/log/* -> test output
    • tests/phpdocs/ -> php doc output
    • public/reports -> reports output
Clone this wiki locally