An open API service indexing awesome lists of open source software.

https://github.com/seagwave/unity_git_config_template

unity project git version control simpe config
https://github.com/seagwave/unity_git_config_template

github-config templates unity

Last synced: about 1 year ago
JSON representation

unity project git version control simpe config

Awesome Lists containing this project

README

          

## 使用方法

### Windows
在unity项目根目录打开powershell然后复制下方代码执行
```powershell
@(".gitattributes", ".gitignore") | ForEach-Object {
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/Seagwave/unity_git_config_template/master/$_" -OutFile $_
}
```