thinkphp Framework, Apps/runtime the next directory to move out of version control.
Git rm-r-n--cached */runtime/\*//-N: With this parameter, when the command is executed, it does not delete any files, but instead shows a preview of the list of files to be deleted by this command.
git rm-r--cached */runtime/\*//Final execution command.
Git commit-m "Remove version control for all files in the runtime directory"//Submit
Git push origin master//submit to remote server
If you use the git status command to view, then the files in the apps/runtime/directory appear in the results list, we do not want the files in this directory to appear, then under the project root directory, and the. Git sibling directory, create a new. gitignore file,
Submit the. Gitignore to the remote server. The. Apps/runtime directory will not be submitted.
Reference: http://www.cnblogs.com/xuzhiwei/p/3313511.html
Git removes version control from a folder