Answers for "gitignore exclude all files with extension"

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
0

gitignore all log files

*.log
!spec/*.log
Posted by: Guest on September-29-2020

Code answers related to "gitignore exclude all files with extension"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language