Skip to content

Instantly share code, notes, and snippets.

@aertmann
Last active October 28, 2015 05:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aertmann/91d8d7d539915815387d to your computer and use it in GitHub Desktop.
Save aertmann/91d8d7d539915815387d to your computer and use it in GitHub Desktop.
Neos site versioning with one repository – Included in https://speakerdeck.com/aertmann/tasty-recipes-for-every-day-neos
/Build/**
!/Build/Surf**
/Configuration/**
!/Configuration/**.yaml
/Data/
/Web/
/bin/
/Readme.txt
/Upgrading.txt
/flow
/flow.bat
/Readme.rst
/Upgrading.rst
# Ignore packages except site package
/Packages/**
!/Packages/Sites**
# Alternatively ignore packages except sites and application packages from specific vendor
/Packages/Framework
/Packages/Libraries
/Packages/Application/*
!/Packages/Application/Vendor.*
/Packages/Plugins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment