83 строки
1.3 KiB
Plaintext
83 строки
1.3 KiB
Plaintext
## Ignore Visual Studio temporary files, build results, and
|
|
## files generated by popular Visual Studio add-ons.
|
|
##
|
|
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
|
|
|
|
# User-specific files
|
|
*.suo
|
|
*.user
|
|
*.userosscache
|
|
*.sln.docstates
|
|
*.userprefs
|
|
.DS_Store
|
|
xcuserdata
|
|
.vscode
|
|
.vs
|
|
ProjectSettings/PresetManager.asset
|
|
ProjectSettings/VFXManager.asset
|
|
|
|
# Build results
|
|
[Dd]ebug/
|
|
[Dd]ebugPublic/
|
|
[Rr]elease/
|
|
[Rr]eleases/
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
[Ll]og/
|
|
**/iOSBuild/
|
|
**/UWPBuild/
|
|
**/AndroidBuild/
|
|
externals/
|
|
output/
|
|
AppCenterStarter.m
|
|
AppCenterStarter.m.meta
|
|
Assets/Plugins/*
|
|
Assets/Plugins.meta
|
|
!Assets/Plugins/Android/
|
|
Assets/Plugins/Android/*
|
|
!Assets/Plugins/Android/mainTemplate.gradle
|
|
!Assets/Plugins/Android/mainTemplate.gradle.meta
|
|
|
|
# .NET Core
|
|
project.lock.json
|
|
project.fragment.lock.json
|
|
artifacts/
|
|
**/Properties/launchSettings.json
|
|
|
|
# Cake
|
|
tools/**
|
|
!tools/packages.config
|
|
|
|
#binary/bundles
|
|
*.winmd
|
|
*.dll
|
|
*.aar
|
|
*.framework
|
|
*.bundle
|
|
*.apk
|
|
*.ipa
|
|
|
|
# Secrets
|
|
google-services.json*
|
|
*.pfx*
|
|
|
|
# Unity
|
|
Library/
|
|
Temp/
|
|
UWP/project.json
|
|
*.csproj
|
|
*.sln
|
|
RegisterIcalls.cpp
|
|
UnityPackageManager
|
|
/Logs
|
|
|
|
# Cake
|
|
CAKE_SCRIPT_TEMP*
|
|
android_ndk
|
|
|
|
# Android Studio
|
|
*/.idea/
|
|
|
|
# Android Manifest (not needed because it is regenerated at build time)
|
|
Assets/Plugins/Android/appcenter/AndroidManifest.xml*
|