mirror of
https://gitlab.com/ProcyonLotor/vrchat-template.git
synced 2026-08-25 10:43:53 +05:00
Updated .gitignore
This commit is contained in:
56
.gitignore
vendored
56
.gitignore
vendored
@@ -1,7 +1,6 @@
|
|||||||
# This .gitignore file should be placed at the root of your Unity project directory
|
# This .gitignore file should be placed at the root of your Unity project directory
|
||||||
#
|
|
||||||
# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore
|
# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore
|
||||||
#
|
|
||||||
/[Ll]ibrary/
|
/[Ll]ibrary/
|
||||||
/[Tt]emp/
|
/[Tt]emp/
|
||||||
/[Oo]bj/
|
/[Oo]bj/
|
||||||
@@ -29,6 +28,9 @@
|
|||||||
# Visual Studio cache directory
|
# Visual Studio cache directory
|
||||||
.vs/
|
.vs/
|
||||||
|
|
||||||
|
# Visual Studio Code trash
|
||||||
|
.vscode/
|
||||||
|
|
||||||
# Gradle cache directory
|
# Gradle cache directory
|
||||||
.gradle/
|
.gradle/
|
||||||
|
|
||||||
@@ -50,6 +52,10 @@ ExportedObj/
|
|||||||
*.opendb
|
*.opendb
|
||||||
*.VC.db
|
*.VC.db
|
||||||
|
|
||||||
|
# C# compiler trash, comment this out if you need to use Response Files
|
||||||
|
*.rsp
|
||||||
|
*.rsp.meta
|
||||||
|
|
||||||
# Unity3D generated meta files
|
# Unity3D generated meta files
|
||||||
*.pidb.meta
|
*.pidb.meta
|
||||||
*.pdb.meta
|
*.pdb.meta
|
||||||
@@ -67,6 +73,7 @@ sysinfo.txt
|
|||||||
# Crashlytics generated file
|
# Crashlytics generated file
|
||||||
crashlytics-build.properties
|
crashlytics-build.properties
|
||||||
|
|
||||||
|
# JetBrains trash
|
||||||
.idea/*
|
.idea/*
|
||||||
|
|
||||||
# Packed Addressables
|
# Packed Addressables
|
||||||
@@ -76,24 +83,53 @@ crashlytics-build.properties
|
|||||||
/[Aa]ssets/[Ss]treamingAssets/aa.meta
|
/[Aa]ssets/[Ss]treamingAssets/aa.meta
|
||||||
/[Aa]ssets/[Ss]treamingAssets/aa/*
|
/[Aa]ssets/[Ss]treamingAssets/aa/*
|
||||||
|
|
||||||
# VRC stuff
|
# VRC trash
|
||||||
/[Aa]ssets/[Uu]don/
|
/[Aa]ssets/[Uu]don/
|
||||||
|
/[Aa]ssets/[Uu]don.meta
|
||||||
/[Aa]ssets/VRCSDK/
|
/[Aa]ssets/VRCSDK/
|
||||||
|
/[Aa]ssets/VRCSDK.meta
|
||||||
/[Aa]ssets/VRChat Examples
|
/[Aa]ssets/VRChat Examples
|
||||||
/[Aa]ssets/VRChat Examples.meta
|
/[Aa]ssets/VRChat Examples.meta
|
||||||
/[Aa]ssets/UdonSharp/Scripts/Editor/
|
/[Aa]ssets/UdonSharp/Scripts/Editor/
|
||||||
/[Aa]ssets/VRCSDK.meta
|
|
||||||
/[Aa]ssets/UdonSharp/Scripts/Editor.meta
|
/[Aa]ssets/UdonSharp/Scripts/Editor.meta
|
||||||
/[Aa]ssets/Udon.meta
|
|
||||||
/[Aa]ssets/SerializedUdonPrograms*
|
/[Aa]ssets/SerializedUdonPrograms*
|
||||||
|
/ClientSimStorage/
|
||||||
|
|
||||||
# UdonSharp stuff
|
# UdonSharp trash
|
||||||
/[Aa]ssets/UdonSharp/UdonSharpSettings.asset
|
/[Aa]ssets/UdonSharp
|
||||||
/[Aa]ssets/UdonSharp/UdonSharpSettings.asset.meta
|
/[Aa]ssets/UdonSharp.meta
|
||||||
/[Aa]ssets/Merlin.meta
|
/[Aa]ssets/Merlin.meta
|
||||||
/[Aa]ssets/Merlin/Editor.meta
|
/[Aa]ssets/Merlin/Editor.meta
|
||||||
/[Aa]ssets/Merlin/Editor/EasyEventEditor.cs
|
/[Aa]ssets/Merlin/Editor/EasyEventEditor.cs
|
||||||
/[Aa]ssets/Merlin/Editor/EasyEventEditor.cs.meta
|
/[Aa]ssets/Merlin/Editor/EasyEventEditor.cs.meta
|
||||||
|
|
||||||
# Blender stuff
|
# OpenXR trash
|
||||||
*.blend?
|
/[Aa]ssets/XR
|
||||||
|
/[Aa]ssets/XR.meta
|
||||||
|
/[Pp]roject[Ss]ettings/EditorBuildSettings.asset
|
||||||
|
|
||||||
|
# Packages trash (adjust as needed)
|
||||||
|
/[Pp]ackages/*/**/*
|
||||||
|
/[Pp]ackages/.*
|
||||||
|
!/[Pp]ackages/com.vrchat.core.bootstrap/**/*
|
||||||
|
|
||||||
|
# Poiyomi trash
|
||||||
|
/Poi
|
||||||
|
/Thry
|
||||||
|
|
||||||
|
# Blender trash
|
||||||
|
*.blend[0-9]*
|
||||||
|
*.pyc
|
||||||
|
__pycache__
|
||||||
|
|
||||||
|
# Windows trash
|
||||||
|
[Tt]humbs.db
|
||||||
|
ehthumbs.db
|
||||||
|
[Dd]esktop.ini
|
||||||
|
|
||||||
|
# gayOS trash
|
||||||
|
.DS_Store
|
||||||
|
.DS_Store?
|
||||||
|
.Spotlight-V100
|
||||||
|
.Trashes
|
||||||
|
._*
|
||||||
|
|||||||
Reference in New Issue
Block a user