mirror of
https://github.com/justasabc/UnityOpenSimClient.git
synced 2026-08-14 09:02:36 +00:00
19 lines
187 B
Plaintext
19 lines
187 B
Plaintext
############
|
|
# Unity3D .gitignore file.
|
|
|
|
# Store this file at the root of your local repository.
|
|
|
|
Library/
|
|
Temp/
|
|
*.csproj
|
|
*.pidb
|
|
*.sln
|
|
*.userprefs
|
|
|
|
.DS_Store
|
|
build
|
|
|
|
############
|
|
|
|
|