Last active
October 28, 2015 05:14
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/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