(Init) GitIngnore
This commit is contained in:
+18
-19
@@ -1,28 +1,23 @@
|
|||||||
# ---> Unity
|
# Unity generated folders
|
||||||
# This .gitignore file should be placed at the root of your Unity project directory
|
[Ll]ibrary/
|
||||||
#
|
[Tt]emp/
|
||||||
# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore
|
[Oo]bj/
|
||||||
#
|
[Bb]uild/
|
||||||
/[Ll]ibrary/
|
[Bb]uilds/
|
||||||
/[Tt]emp/
|
[Ll]ogs/
|
||||||
/[Oo]bj/
|
[Uu]ser[Ss]ettings/
|
||||||
/[Bb]uild/
|
[Mm]emoryCaptures/
|
||||||
/[Bb]uilds/
|
[Rr]ecordings/
|
||||||
/[Ll]ogs/
|
|
||||||
/[Uu]ser[Ss]ettings/
|
|
||||||
|
|
||||||
# MemoryCaptures can get excessive in size.
|
# Asset meta data should only be ignored when the corresponding asset is also ignored
|
||||||
# They also could contain extremely sensitive data
|
!/[Aa]ssets/**/*.meta
|
||||||
/[Mm]emoryCaptures/
|
|
||||||
|
|
||||||
# Recordings can get excessive in size
|
|
||||||
/[Rr]ecordings/
|
|
||||||
|
|
||||||
# Uncomment this line if you wish to ignore the asset store tools plugin
|
# Uncomment this line if you wish to ignore the asset store tools plugin
|
||||||
# /[Aa]ssets/AssetStoreTools*
|
# /[Aa]ssets/AssetStoreTools*
|
||||||
|
|
||||||
# Autogenerated Jetbrains Rider plugin
|
# Autogenerated Jetbrains Rider plugin
|
||||||
/[Aa]ssets/Plugins/Editor/JetBrains*
|
/[Aa]ssets/Plugins/Editor/JetBrains*
|
||||||
|
.idea/
|
||||||
|
|
||||||
# Visual Studio cache directory
|
# Visual Studio cache directory
|
||||||
.vs/
|
.vs/
|
||||||
@@ -36,6 +31,7 @@ ExportedObj/
|
|||||||
*.csproj
|
*.csproj
|
||||||
*.unityproj
|
*.unityproj
|
||||||
*.sln
|
*.sln
|
||||||
|
*.slnx
|
||||||
*.suo
|
*.suo
|
||||||
*.tmp
|
*.tmp
|
||||||
*.user
|
*.user
|
||||||
@@ -60,7 +56,6 @@ sysinfo.txt
|
|||||||
*.apk
|
*.apk
|
||||||
*.aab
|
*.aab
|
||||||
*.unitypackage
|
*.unitypackage
|
||||||
*.unitypackage.meta
|
|
||||||
*.app
|
*.app
|
||||||
|
|
||||||
# Crashlytics generated file
|
# Crashlytics generated file
|
||||||
@@ -73,3 +68,7 @@ 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/*
|
||||||
|
|
||||||
|
# OS / Editor cruft
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
desktop.ini
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
4282850
|
||||||
Reference in New Issue
Block a user