mirror of
https://github.com/maxartz15/template-unity-package.git
synced 2025-06-18 08:26:01 +02:00
Initial commit
This commit is contained in:
77
.gitignore
vendored
Normal file
77
.gitignore
vendored
Normal file
@ -0,0 +1,77 @@
|
||||
# ====== #
|
||||
# Autogenerated VS/MD solution and project files
|
||||
# ====== #
|
||||
*.csproj
|
||||
*.unityproj
|
||||
*.sln
|
||||
*.suo
|
||||
*.user
|
||||
*.userprefs
|
||||
*.pidb
|
||||
*.booproj
|
||||
|
||||
# ====== #
|
||||
# ReSharper is a .NET coding add-in
|
||||
# ====== #
|
||||
_ReSharper*/
|
||||
*.[Rr]e[Ss]harper
|
||||
|
||||
# ====== #
|
||||
# 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.*
|
Reference in New Issue
Block a user