Skip to content

Instantly share code, notes, and snippets.

@PolGuixe
Last active July 18, 2023 11:05
Show Gist options
  • Save PolGuixe/d271bc4fa7b5d1147aa6a736ab6826de to your computer and use it in GitHub Desktop.
Save PolGuixe/d271bc4fa7b5d1147aa6a736ab6826de to your computer and use it in GitHub Desktop.
Prestashop gitigonre
# 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/
# Not ignore .gitignore
!.gitignore
# 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