[Flow] putting a FLOW project under version control with git
Lorenz Bausch
lists at lorenzbausch.de
Thu Nov 21 15:01:58 CET 2013
Hi,
I'm currently working on a project using FLOW and want to develop on it
with others using a git repository.
The command mentioned in the Definitive Guide
"composer create-project --dev --keep-vcs typo3/flow-base-distribution
tutorial 2.0.0"
also creates a .gitignore in the root folder with the following content:
---------------------%<---------------------
/Build/
/Configuration/
/Data/
/Packages/
/Web/
/bin/
/Readme.txt
/Upgrading.txt
/flow
/flow.bat
--------------------->%---------------------
This prevents any configuration files or packages from being checked in
and I wonder if there's any best practice or standard approach to use
git, besides just deleting the .gitignore.
Thanks for your help,
Lorenz
More information about the Flow
mailing list