Which files/directories to ignore in a Laravel 4 project when using version control?

前端 未结 5 558
孤独总比滥情好
孤独总比滥情好 2021-01-30 21:00

I have a Laravel 4 project, and I would like to know which files should be ignored when using a version control software such as Git, Mercury or SVN?

The structure of my

5条回答
  •  迷失自我
    2021-01-30 21:23

    Note that the config file:

    app/config/app.php
    

    Has a cryptographic key in it that wouldn't be great to commit to a repository. Or, at least, the file needs to be overwritten in production.

提交回复
热议问题