Skip to content

Instantly share code, notes, and snippets.

@dbaltas
Created September 20, 2012 07:39
Show Gist options
  • Save dbaltas/3754465 to your computer and use it in GitHub Desktop.
Save dbaltas/3754465 to your computer and use it in GitHub Desktop.
.gitignore updates for Centurion integration in existing Zend Framework Application
+/public/files/*
+/public/cached/*
+!/public/files/.gitkeep
+!/public/cached/.gitkeep
+
+/data/cache/class/*
+/data/cache/core/*
+/data/cache/output/*
+/data/cache/page/*
+/data/cache/tags/*
+/data/cache/config/*
+
+!/data/cache/class/.gitkeep
+!/data/cache/core/.gitkeep
+!/data/cache/output/.gitkeep
+!/data/cache/page/.gitkeep
+!/data/cache/tags/.gitkeep
+!/data/cache/config/.gitkeep
+
+/data/uploads/*
+/data/indexes/*
+/data/build/*
+/data/locales/*
+/data/temp/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment