git:: .gitignore include subfolder details

https://git-scm.com/docs/gitignore

 

Git - gitignore Documentation

The optional configuration variable core.excludesFile indicates a path to a file containing patterns of file names to exclude, similar to $GIT_DIR/info/exclude. Patterns in the exclude file are used in addition to those in $GIT_DIR/info/exclude.

git-scm.com

etc-image-0

  

#.gitignore
 
x64/*
!x64/Release
x64/Release/*
!x64/Release/*.xll




댓글 쓰기 · 수정

0 댓글