diff options
author | Freya Murphy <freya@freyacat.org> | 2024-12-27 00:56:58 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-12-27 00:58:02 -0500 |
commit | 799e6680d40119dc9c2a9e0b320054a40324bebe (patch) | |
tree | dbcd308d59eb6e4f937a5547dd77d9f91d4fec20 /VRCSDK3Avatars/.gitignore | |
parent | move to self host (diff) | |
download | unityprojects-799e6680d40119dc9c2a9e0b320054a40324bebe.tar.gz unityprojects-799e6680d40119dc9c2a9e0b320054a40324bebe.tar.bz2 unityprojects-799e6680d40119dc9c2a9e0b320054a40324bebe.zip |
VRCSDK3Avatars found!
Diffstat (limited to 'VRCSDK3Avatars/.gitignore')
-rw-r--r-- | VRCSDK3Avatars/.gitignore | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/VRCSDK3Avatars/.gitignore b/VRCSDK3Avatars/.gitignore new file mode 100644 index 00000000..c345fe0b --- /dev/null +++ b/VRCSDK3Avatars/.gitignore @@ -0,0 +1,41 @@ +### +# Unity folders and files +### +[Aa]ssets/AssetStoreTools* +[Bb]uild/ +[Ll]ibrary/ +[Ll]ocal[Cc]ache/ +[Oo]bj/ +[Tt]emp/ +[Uu]nityGenerated/ +# file on crash reports +sysinfo.txt +# Unity3D generated meta files +*.pidb.meta + +### +# VS/MD solution and project files +### +[Ee]xportedObj/ +*.booproj +*.csproj +*.sln +*.suo +*.svd +*.unityproj +*.user +*.userprefs +*.pidb +.DS_Store + +### +# OS generated +### +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +Icon? +ehthumbs.db +Thumbs.db
\ No newline at end of file |