Answers for "git ignore directore"

15

.gitignore

node_modules
.DS_Store
.env
Posted by: Guest on November-11-2019
0

how to put access.log in gitignore

git rm --cached [file]
git update-index --assume-unchanged [file]
Posted by: Guest on January-06-2021

Browse Popular Code Answers by Language