Create these files in your root folder of the project ,
You should add these files after do "git init"
ex: /project_A /.gitignore /project_A/.gitattributes
.gitignore
build/*
*.pbxuser
*.perspective
*.perspectivev3
*.mode1v3
*.mode2v3
.DS_Store
profile
.gitattributes
*.pbxproj -crlf -diff -merge
by Wayne
modify by Reon
modify by Reon
No comments:
Post a Comment