Update .gitignore
This commit is contained in:
78
.gitignore
vendored
78
.gitignore
vendored
@@ -1,87 +1,59 @@
|
|||||||
# This .gitignore file should be placed at the root of your Unity project directory
|
# Unity Project - Optimized .gitignore
|
||||||
#
|
# Updated from: https://github.com/github/gitignore/blob/main/Unity.gitignore
|
||||||
# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore
|
|
||||||
#
|
|
||||||
|
|
||||||
#Ignore everything
|
# Ignore everything
|
||||||
/*
|
/*
|
||||||
|
|
||||||
#Allow the Assets folder
|
# Allow specific folders and files
|
||||||
!/Assets/
|
!/Assets/
|
||||||
|
|
||||||
#Ignore everything else in the Assets folder
|
|
||||||
/Assets/*
|
|
||||||
|
|
||||||
#Allow the Assets/Scripts folder
|
|
||||||
!/Assets/Scripts/
|
!/Assets/Scripts/
|
||||||
|
|
||||||
.utmp/
|
# Ignore unnecessary Unity directories and files
|
||||||
/[Ll]ibrary/
|
[Ll]ibrary/
|
||||||
/[Tt]emp/
|
[Tt]emp/
|
||||||
/[Oo]bj/
|
[Oo]bj/
|
||||||
/[Bb]uild/
|
[Bb]uild*/
|
||||||
/[Bb]uilds/
|
[Ll]ogs/
|
||||||
/[Ll]ogs/
|
[Uu]ser[Ss]ettings/
|
||||||
/[Uu]ser[Ss]ettings/
|
|
||||||
|
|
||||||
# MemoryCaptures can get excessive in size.
|
# Ignore large or sensitive directories
|
||||||
# They also could contain extremely sensitive data
|
[Mm]emoryCaptures/
|
||||||
/[Mm]emoryCaptures/
|
[Rr]ecordings/
|
||||||
|
|
||||||
# Recordings can get excessive in size
|
# Development tools
|
||||||
/[Rr]ecordings/
|
|
||||||
|
|
||||||
# Uncomment this line if you wish to ignore the asset store tools plugin
|
|
||||||
# /[Aa]ssets/AssetStoreTools*
|
|
||||||
|
|
||||||
# Autogenerated Jetbrains Rider plugin
|
|
||||||
/[Aa]ssets/Plugins/Editor/JetBrains*
|
|
||||||
|
|
||||||
# Visual Studio cache directory
|
|
||||||
.vs/
|
.vs/
|
||||||
|
|
||||||
# Gradle cache directory
|
|
||||||
.gradle/
|
.gradle/
|
||||||
|
|
||||||
# Autogenerated VS/MD/Consulo solution and project files
|
|
||||||
ExportedObj/
|
ExportedObj/
|
||||||
.consulo/
|
.consulo/
|
||||||
*.csproj
|
*.csproj
|
||||||
*.unityproj
|
*.unityproj
|
||||||
*.sln
|
*.sln
|
||||||
*.suo
|
|
||||||
*.tmp
|
*.tmp
|
||||||
*.user
|
*.user*
|
||||||
*.userprefs
|
|
||||||
*.pidb
|
*.pidb
|
||||||
*.booproj
|
*.booproj
|
||||||
*.svd
|
|
||||||
*.pdb
|
|
||||||
*.mdb
|
|
||||||
*.opendb
|
|
||||||
*.VC.db
|
*.VC.db
|
||||||
|
|
||||||
# Unity3D generated meta files
|
# Unity-generated meta files
|
||||||
*.pidb.meta
|
*.pidb.meta
|
||||||
*.pdb.meta
|
*.pdb.meta
|
||||||
*.mdb.meta
|
*.mdb.meta
|
||||||
|
|
||||||
# Unity3D generated file on crash reports
|
# Unity crash report
|
||||||
sysinfo.txt
|
sysinfo.txt
|
||||||
|
|
||||||
# Builds
|
# Build output
|
||||||
*.apk
|
*.apk
|
||||||
*.aab
|
*.aab
|
||||||
*.unitypackage
|
|
||||||
*.unitypackage.meta
|
|
||||||
*.app
|
*.app
|
||||||
|
*.unitypackage*
|
||||||
|
|
||||||
# Crashlytics generated file
|
# Crashlytics properties
|
||||||
crashlytics-build.properties
|
crashlytics-build.properties
|
||||||
|
|
||||||
# Packed Addressables
|
# Packed Addressables
|
||||||
/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin*
|
Assets/AddressableAssetsData/**/*.bin*
|
||||||
|
|
||||||
# Temporary auto-generated Android Assets
|
# Temporary Android StreamingAssets
|
||||||
/[Aa]ssets/[Ss]treamingAssets/aa.meta
|
Assets/StreamingAssets/aa.meta
|
||||||
/[Aa]ssets/[Ss]treamingAssets/aa/*
|
Assets/StreamingAssets/aa
|
||||||
Reference in New Issue
Block a user