24 lines
377 B
Plaintext
24 lines
377 B
Plaintext
### Unity
|
|
# Unity generated directories
|
|
/[Ll]ibrary/
|
|
/[Tt]emp/
|
|
/[Oo]bj/
|
|
/[Bb]uild/
|
|
/[Bb]uilds/
|
|
/[Ll]ogs/
|
|
/[Uu]ser[Ss]ettings/
|
|
/[Mm]emory[Cc]aptures/
|
|
|
|
# Asset meta data should only be ignored when the corresponding asset is also ignored
|
|
!/[Aa]ssets/**/*.meta
|
|
|
|
# Build output
|
|
*.apk
|
|
*.aab
|
|
*.unitypackage
|
|
|
|
# Autogenerated solution and project files
|
|
*.csproj
|
|
*.unityproj
|
|
*.sln
|
|
*.suo |