120 lines
1.3 KiB
Plaintext
120 lines
1.3 KiB
Plaintext
.idea/
|
|
|
|
Python38/
|
|
|
|
_sdk/
|
|
_bmfont/
|
|
__RawResource/
|
|
__RawResource.meta
|
|
_ref/
|
|
_rm/
|
|
_plugins/
|
|
ScreenShot/
|
|
ScreenShot_*.*
|
|
|
|
/UserSettings/EditorUserSettings.asset
|
|
/UserSettings/Search.settings
|
|
/UserSettings/Layouts/*
|
|
/Logs/*
|
|
|
|
ProjectSettings/ProjectVersion.txt
|
|
ProjectSettings/Packages/com.unity.probuilder/Settings.json
|
|
|
|
#Windows.gitignore
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
$RECYCLE.BIN/
|
|
|
|
#OSX.gitignore
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
##Icon
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
#SVN.gitignore
|
|
.svn/
|
|
|
|
#CVS.gitignore
|
|
/CVS/*
|
|
*/CVS/*
|
|
.cvsignore
|
|
*/.cvsignore
|
|
|
|
#Mercurial.gitignore
|
|
/.hg/*
|
|
*/.hg/*
|
|
.hgignore
|
|
|
|
#SASS.gitignore
|
|
*.sass-cache
|
|
|
|
#MonoDevelop.gitignore
|
|
*.userprefs
|
|
*.userprefs.meta
|
|
*.usertasks
|
|
*.pidb
|
|
*.resources
|
|
test-results/
|
|
|
|
#Archives.gitignore
|
|
*.7z
|
|
*.rar
|
|
*.gz
|
|
*.bzip
|
|
*.bz2
|
|
*.xz
|
|
*.lzma
|
|
*.iso
|
|
*.tar
|
|
*.dmg
|
|
*.xpi
|
|
*.gem
|
|
*.egg
|
|
*.deb
|
|
*.rpm
|
|
|
|
#Unity.gitignore
|
|
[Ll]ibrary/
|
|
[Tt]emp/
|
|
[Oo]bj/
|
|
*.csproj
|
|
*.unityproj
|
|
*.sln
|
|
*.sln.meta
|
|
/[Bb]uild/
|
|
*.pidb
|
|
|
|
#
|
|
tmp/**
|
|
tmp/**/*
|
|
*.tmp
|
|
*.bak
|
|
*.swp
|
|
|
|
#SublimeText
|
|
*.sublime-workspace
|
|
*.sublime-project
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Proguard folder generated by Eclipse
|
|
proguard/
|
|
|
|
# Log Files
|
|
*.log
|
|
|
|
#Unity+VisualStudio
|
|
.vs/
|
|
ProjectFileHook.*
|
|
/ProjectFileHook/*
|
|
*/ProjectFileHook/*
|
|
|
|
# Visual Studio code
|
|
.vscode/*
|
|
Packages/packages-lock.json
|