sourcetree git 忽略文件

来源:互联网 发布:阿里云学生认证失败 编辑:程序博客网 时间:2024/04/30 02:14

启动命令行模式 项目根目录下 

新建文件   .gitignore    (一般需要手动建立) ,   规则如下:

game/module/

Game.swf

Main.swf

*.actionScriptProperties

*.project


执行命令   

git rm -r --cached .

git add .

git commit -m 'update .gitignore'


推送到服务器

0 0
原创粉丝点击