mirror of
https://github.com/byeongyupKim/dlfqks.git
synced 2026-02-04 12:02:59 +09:00
<kby> git setting file upload, 참고 문서 upload
This commit is contained in:
53
.gitignore
vendored
Normal file
53
.gitignore
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
/[Ll]ibrary/
|
||||
/[Tt]emp/
|
||||
/[Oo]bj/
|
||||
/[Bb]uild/
|
||||
/[Bb]uilds/
|
||||
/Assets/AssetStoreTools*
|
||||
|
||||
# Unity3D .gitignore file.
|
||||
# Store this file at the root of your local repository.
|
||||
.DS_Store
|
||||
Library/AssetImportState
|
||||
Library/AssetServerCacheV3
|
||||
Library/FailedAssetImports.txt
|
||||
Library/ScriptAssemblies
|
||||
Library/ScriptMapper
|
||||
Library/assetDatabase3
|
||||
Library/cache
|
||||
Library/expandedItems
|
||||
Library/metadata
|
||||
Library/previews
|
||||
Library/guidmapper
|
||||
Temp
|
||||
*.csproj
|
||||
*.pidb
|
||||
*.sln
|
||||
|
||||
# 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
|
||||
|
||||
# Unity3D generated meta files
|
||||
*.pidb.meta
|
||||
|
||||
# Unity3D Generated File On Crash Reports
|
||||
sysinfo.txt
|
||||
|
||||
# Builds
|
||||
*.apk
|
||||
*.unitypackage
|
||||
Reference in New Issue
Block a user