.gitignore 例外下的文件夹不检测新增文件
阿神
阿神 2017-04-27 09:03:30
0
1
1008
*
!about/*
!.gitignore
!extend/*
!extend/core/2029321.php
!extend-library/*
!imaegs/*

*忽略库中的所有文件
之后下面开始添加例外
现在问题来了
1、已经提交过的文件 删除 和 更变都会被检测
2、新建立的文件 例如extend/core/2029321.php 就不会被检测。

求解、

阿神
阿神

闭关修行中......

reply all(1)
阿神

Reposted from Stack Overflow

  1. First, Submit all updates
  2. Execute git rm -r --cached . Delete all changed files from index
  3. Execute git add .git commit -m ".gitignore is now working"
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!