Skip to content

Instantly share code, notes, and snippets.

@aertmann
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aertmann/34f721824ca18bc3c6c7 to your computer and use it in GitHub Desktop.
Save aertmann/34f721824ca18bc3c6c7 to your computer and use it in GitHub Desktop.
Git ignore file for versioning without individual site package repository
/Build/Behat/*
/Build/BuildEssentials
/Build/Reports
/Build/Resources
/Data/
/Packages/
/Web/
/bin/
/Readme.txt
/Upgrading.txt
/flow
/flow.bat
/Configuration/**/*.php
# ignore the downloaded selenium server, config and the selenium
# temporary directory (which starts with a quote, do not ask why...)
/Tests/Selenium/settings.xml
Build/Resources/Java/selenium-server-standalone*
"/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment