53 lines
1005 B
Plaintext
53 lines
1005 B
Plaintext
|
|
# Created by https://www.toptal.com/developers/gitignore/api/unity
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=unity
|
|
|
|
### Unity ###
|
|
# 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
|
|
/Client/[Ll]ibrary/
|
|
/Client/[Tt]emp/
|
|
/Client/[Oo]bj/
|
|
/Client/[Bb]uild/
|
|
/Client/[Ll]ogs/
|
|
/Client/[Uu]ser[Ss]ettings/
|
|
|
|
# MemoryCaptures can get excessive in size.
|
|
# They also could contain extremely sensitive data
|
|
/Client/[Mm]emoryCaptures/
|
|
|
|
# Recordings can get excessive in size
|
|
/Client/[Rr]ecordings/
|
|
|
|
# Autogenerated Jetbrains Rider plugin
|
|
/Client/[Aa]ssets/Plugins/Editor/JetBrains*
|
|
|
|
# Visual Studio cache directory
|
|
.vs
|
|
Server/bin
|
|
|
|
# Visual Code directory
|
|
.vscode/
|
|
|
|
# Gradle cache directory
|
|
.gradle/
|
|
|
|
# Autogenerated VS/MD/Consulo solution and project files
|
|
ExportedObj/
|
|
.consulo/
|
|
*.unityproj
|
|
*.suo
|
|
*.tmp
|
|
*.userprefs
|
|
*.pidb
|
|
*.booproj
|
|
*.svd
|
|
*.pdb
|
|
*.mdb
|
|
*.opendb
|
|
*.VC.db
|
|
|
|
# Builds
|
|
bin
|