Answers for "gitignore all files except one extension"

2

gitignore file without extension

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

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 except one extension"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language