Answers for "git ignore extension"

5

git ignore still tracking

git rm --cached <file>

git rm -r --cached <folder>
Posted by: Guest on January-15-2020
2

gitignore file without extension

*
!/**/
!*.*
Posted by: Guest on October-27-2020
0

git ignore by file extension

*.json
!spec/*.json
Posted by: Guest on May-28-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language