Wednesday, June 8, 2016

How to ignore whole directory except one file with .gitignore



!bin
bin/*
!bin/Release
bin/Release/*
!bin/Release/MyApplication.exe

No comments:

Post a Comment