Published by Mijingo

movie icon image

EE Insider Blog

Spend your time learning and developing sites with ExpressionEngine and we'll use this blog to keep you informed of all the news related to ExpressionEngine and CodeIgniter.

» Read more in the Archives.

» Have a tip? Send us your EE news.

Learn ExpressionEngine Today

Over a series of 8 videos, watch and learn as Ryan builds an entire ExpressionEngine website from beginning to end. Get started now.

Gitignore Template for ExpressionEngine

Github maintains a list of .gitignore file templates for different frameworks, CMSes, languages and applications. Wes Baker added his own for ExpressionEngine.

.DS_Store

# Images
images/avatars/
images/captchas/
images/smileys/
images/member_photos/
images/signature_attachments/
images/pm_attachments/

# Caches
sized/
thumbs/
_thumbs/
*/expressionengine/cache/*`

There’s also a template for CodeIgniter.

Posted on Apr 10, 2012 by Ryan Irelan

Filed Under: Development Tools

Alex Tomasson23:35 on 07.08.2012

A blog well worth reading!

Susan Kitchens21:39 on 09.16.2012

In Git Tower, do you track or ignore your .gitignore file?

Signed,

Confuzzled N00b