Answers for "git ingnore"

15

.gitignore

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

git global ingnore

git config --global core.excludesfile '~/.gitignore'
Posted by: Guest on June-02-2021

Browse Popular Code Answers by Language