37 lines
583 B
Plaintext
37 lines
583 B
Plaintext
|
|
# Created by https://www.toptal.com/developers/gitignore/api/unity
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=unity
|
|
|
|
|
|
# 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
|
|
Server/obj
|
|
|
|
# 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
|