GIT忽略目录里的文件但不忽略目录的办法

echo "*" >  dest_dir/.gitignore
git add dest_dir/.gitignore -f
git commit -m "ignore dest_dir content"


halfcoder
338 声望6 粉丝