Skip to content

Instantly share code, notes, and snippets.

@tatygrassini
Forked from prestarocket/prestashop gitignore
Created February 17, 2012 16:59
Show Gist options
  • Save tatygrassini/1854361 to your computer and use it in GitHub Desktop.
Save tatygrassini/1854361 to your computer and use it in GitHub Desktop.
Prestashop gitignore
# This is a template .gitignore file for git-managed Prestashop projects. Inspired by micahwalter wordpress gitignore
#Ignore ds_store
*.DS_Store
# Ignore everything in the root except modules, themes and override.
/*
!modules/
!themes/
!override/
# Ignore everything in the "plugins" directory, except the plugins you
# specify (see the commented-out examples for hints on how to do this.)
#modules/*
# !modules/my-directory-plugin/
# Ignore everything in the "themes" directory, except the themes you
# specify (see the commented-out example for a hint on how to do this.)
#themes/*
#!themes/my-theme/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment