Initial Commit
This commit is contained in:
commit
ee5c2f922d
2255 changed files with 547750 additions and 0 deletions
48
.gitignore
vendored
Normal file
48
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
/Source Assets/
|
||||
/[Ll]ibrary/
|
||||
/[Tt]emp/
|
||||
/[Oo]bj/
|
||||
/[Bb]uild/
|
||||
/[Bb]uilds/
|
||||
/Assets/AssetStoreTools*
|
||||
/Assets/Unity Recorder*
|
||||
/Logs/
|
||||
/Unity Chalange/
|
||||
/.vs
|
||||
|
||||
# UniGit specific. You can remove to save changes to UniGit in version control
|
||||
/Assets/Plugins/LibGit2Sharp*
|
||||
/Assets/Plugins/UniGit*
|
||||
/Assets/Editor Default Resources/Icons/UniGit*
|
||||
/Assets/Editor Default Resources/UniGit*
|
||||
/UniGit/
|
||||
/Assets/Plugins/WindowsCredentialManagement*
|
||||
/Assets/Plugins/LibGit2*
|
||||
|
||||
# UniGit credentials file must be ignored if you don't want any passwords or tokens to be stored in git
|
||||
Git-Credentials*
|
||||
|
||||
# Autogenerated VS/MD/Consulo solution and project files
|
||||
ExportedObj/
|
||||
.consulo/
|
||||
*.csproj
|
||||
*.unityproj
|
||||
*.sln
|
||||
*.suo
|
||||
*.tmp
|
||||
*.user
|
||||
*.userprefs
|
||||
*.pidb
|
||||
*.booproj
|
||||
*.svd
|
||||
|
||||
|
||||
# Unity3D generated meta files
|
||||
*.pidb.meta
|
||||
|
||||
# Unity3D Generated File On Crash Reports
|
||||
sysinfo.txt
|
||||
|
||||
# Builds
|
||||
*.apk
|
||||
*.unitypackage
|
||||
Loading…
Add table
Add a link
Reference in a new issue