#exclude all file with a suffix
*.*
#exclude all file without suffix
*
#except dir
!*/
#except batch file
!*.bat
只管理指定后缀的.gitignore
最新推荐文章于 2024-07-07 16:23:51 发布
#exclude all file with a suffix
*.*
#exclude all file without suffix
*
#except dir
!*/
#except batch file
!*.bat