Answers for "gitignore all files with extension except one"

2

gitignore file without extension

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

git ignore folder except one file

pippo/*
!pippo/pluto
pippo/pluto/*
!pippo/pluto/paperino.xml
Posted by: Guest on June-07-2021

Code answers related to "gitignore all files with extension except one"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language