When we pull a revision from Github than it is not ignoring the files and directories which are placed in .gitignore file. It is pulling all the files and directories. How to resolve this issue? I need to ignore some files and directories when pulling from github.
This is how my current .gitignore file looks like -
- /vendor
- /node_modules
- Homestead.yaml
- Homestead.json
- .env
- .idea/workspace.xml
- /config/test
- /storage/logs/laravel.log