Skip to content

Instantly share code, notes, and snippets.

View migmae's full-sized avatar

Miguel Maestre migmae

View GitHub Profile
@migmae
migmae / .gitignore
Created October 21, 2012 17:50 — forked from redoPop/.gitignore
Template .gitignore file for WordPress projects
# This is a template .gitignore file for git-managed WordPress projects.
#
# Fact: you don't want WordPress core files, or your server-specific
# configuration files etc., in your project's repository. You just don't.
#
# Solution: stick this file up your repository root (which it assumes is
# also the WordPress root directory) and add exceptions for any plugins,
# themes, and other directories that should be under version control.
#
# See the comments below for more info on how to add exceptions for your
@migmae
migmae / prestashop gitignore
Created October 21, 2012 17:37 — forked from prestarocket/prestashop gitignore
Prestashop gitignore
# This is a template .gitignore file for git-managed Prestashop projects. Inspired by micahwalter wordpress gitignore
# Modified by @migmae oct 2012
#Ignore ds_store for Apple
*.DS_Store
# Ignore everything in the root except modules, themes and override.
/*