php-mvc icon indicating copy to clipboard operation
php-mvc copied to clipboard

Remove .vscode folder

Open peter279k opened this issue 7 years ago • 2 comments

As title, the .vscode should be removed because it's useless for this repo. It should be added in the .gitignore file.

peter279k avatar Jun 06 '18 15:06 peter279k

Currently there is only a task file in the .vscode folder, in which the task for executing the tests is specified. I think it will be convenient for developers. That developers do not have to create a task on their own.

Do you think the .vscode folder will interfere and it should not be spread in git?

I also have doubts. But at the moment I decided to upload some configuration files to make it easier for other developers.

meet-aleksey avatar Jun 07 '18 09:06 meet-aleksey

In some cases, it's convenient for developers to integrate the Travis CI build. And it also set the tasks in .travis.yml. You can refer the typed repo and see more details about that.

In other case, it can define the Makefile to set the multiple tasks as you want. It can refer this sync repo.

Thanks.

peter279k avatar Jun 07 '18 09:06 peter279k