mirror of
https://github.com/maxartz15/template-unity-package.git
synced 2025-06-18 08:26:01 +02:00
Minimalize template.
This commit is contained in:
87
.gitignore
vendored
87
.gitignore
vendored
@ -1,77 +1,36 @@
|
||||
# ====== #
|
||||
# Autogenerated VS/MD solution and project files
|
||||
# ====== #
|
||||
[Ll]ibrary/
|
||||
[Tt]emp/
|
||||
[Oo]bj/
|
||||
[Bb]uild/
|
||||
[Bb]uilds/
|
||||
[Ll]ogs/
|
||||
Assets/AssetStoreTools*
|
||||
|
||||
# Visual Studio 2015 cache directory
|
||||
/.vs/
|
||||
|
||||
# Autogenerated VS/MD/Consulo solution and project files
|
||||
ExportedObj/
|
||||
.consulo/
|
||||
*.csproj
|
||||
*.unityproj
|
||||
*.sln
|
||||
*.suo
|
||||
*.tmp
|
||||
*.user
|
||||
*.userprefs
|
||||
*.pidb
|
||||
*.booproj
|
||||
*.svd
|
||||
*.pdb
|
||||
|
||||
# ====== #
|
||||
# ReSharper is a .NET coding add-in
|
||||
# ====== #
|
||||
_ReSharper*/
|
||||
*.[Rr]e[Ss]harper
|
||||
# Unity3D generated meta files
|
||||
*.pidb.meta
|
||||
*.pdb.meta
|
||||
|
||||
# ====== #
|
||||
# DotCover is a Code Coverage Tool
|
||||
# ====== #
|
||||
*.dotCover
|
||||
|
||||
# ====== #
|
||||
# NCrunch
|
||||
# ====== #
|
||||
*.ncrunch*
|
||||
.*crunch*.local.xml
|
||||
|
||||
# ====== #
|
||||
# Unity3D Generated File On Crash Reports
|
||||
# ====== #
|
||||
sysinfo.txt
|
||||
|
||||
# ====== #
|
||||
# OS Generated
|
||||
# ====== #
|
||||
.DS_Store*
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
$RECYCLE.BIN/
|
||||
Desktop.ini
|
||||
|
||||
# ====== #
|
||||
# Blender backup files
|
||||
# ====== #
|
||||
*.blend[1-9]
|
||||
*.blend[1-9].meta
|
||||
|
||||
# ====== #
|
||||
# Sourcetree backup files #
|
||||
# ====== #
|
||||
*.orig
|
||||
*.orig.meta
|
||||
|
||||
# ====== #
|
||||
# Visual Code files
|
||||
# ====== #
|
||||
VSCode.meta
|
||||
VSCode/*
|
||||
.vscode
|
||||
|
||||
# ====== #
|
||||
# Others #
|
||||
# ====== #
|
||||
.~lock.*
|
||||
.vs/
|
||||
*_backup
|
||||
*_backup.meta
|
||||
*.~*#*
|
||||
/_site
|
||||
*/obj/*
|
||||
Documentation~/api/*
|
||||
Documentation~/manual/changelog.*
|
||||
# Builds
|
||||
*.apk
|
||||
*.unitypackage
|
Reference in New Issue
Block a user