Git中不跟踪文件

1、项目根目录下新建.gitignor

      touch .gitignore

2、.gitignore中增加不需要跟踪的目录或者文件

     .DS_Store

     *.log
     target

你可能感兴趣的:(Git中不跟踪文件)