Answers for "gitignore extension except files in folder"

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 extension except files in folder"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language