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

前端 未结 5 609
孤独总比滥情好
孤独总比滥情好 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:19

    GitHub has a repository of suggested .gitignore files for almost all kinds of projects at: http://github.com/github/gitignore

    Alternatively, you can search it for your project using this handy and extremely useful online tool: http://www.gitignore.io

提交回复
热议问题