2017-07-11 20:49:16 +03:00
|
|
|
## 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
|
2017-07-13 02:11:56 +03:00
|
|
|
.DS_Store
|
|
|
|
xcuserdata
|
|
|
|
.vscode
|
|
|
|
.vs
|
2019-08-13 02:18:08 +03:00
|
|
|
ProjectSettings/PresetManager.asset
|
2019-10-22 05:03:46 +03:00
|
|
|
ProjectSettings/VFXManager.asset
|
2017-07-11 20:49:16 +03:00
|
|
|
|
|
|
|
# Build results
|
|
|
|
[Dd]ebug/
|
|
|
|
[Dd]ebugPublic/
|
|
|
|
[Rr]elease/
|
|
|
|
[Rr]eleases/
|
|
|
|
[Bb]in/
|
|
|
|
[Oo]bj/
|
|
|
|
[Ll]og/
|
2017-09-13 21:15:58 +03:00
|
|
|
**/iOSBuild/
|
|
|
|
**/UWPBuild/
|
|
|
|
**/AndroidBuild/
|
2017-07-13 02:11:56 +03:00
|
|
|
externals/
|
|
|
|
output/
|
2017-12-14 00:30:50 +03:00
|
|
|
AppCenterStarter.m
|
|
|
|
AppCenterStarter.m.meta
|
2020-12-16 16:38:34 +03:00
|
|
|
Assets/Plugins/*
|
2018-10-17 17:05:57 +03:00
|
|
|
Assets/Plugins.meta
|
2020-12-16 16:38:34 +03:00
|
|
|
!Assets/Plugins/Android/
|
|
|
|
Assets/Plugins/Android/*
|
|
|
|
!Assets/Plugins/Android/mainTemplate.gradle
|
|
|
|
!Assets/Plugins/Android/mainTemplate.gradle.meta
|
2017-07-11 20:49:16 +03:00
|
|
|
|
|
|
|
# .NET Core
|
|
|
|
project.lock.json
|
|
|
|
project.fragment.lock.json
|
|
|
|
artifacts/
|
|
|
|
**/Properties/launchSettings.json
|
|
|
|
|
2017-07-13 02:11:56 +03:00
|
|
|
# Cake
|
2017-10-30 16:51:46 +03:00
|
|
|
tools/**
|
2017-07-13 02:11:56 +03:00
|
|
|
!tools/packages.config
|
|
|
|
|
|
|
|
#binary/bundles
|
|
|
|
*.winmd
|
|
|
|
*.dll
|
|
|
|
*.aar
|
|
|
|
*.framework
|
2017-11-09 16:47:06 +03:00
|
|
|
*.bundle
|
2017-07-13 02:11:56 +03:00
|
|
|
*.apk
|
|
|
|
*.ipa
|
|
|
|
|
2017-07-20 18:27:25 +03:00
|
|
|
# Secrets
|
2017-07-13 02:11:56 +03:00
|
|
|
google-services.json*
|
|
|
|
*.pfx*
|
|
|
|
|
|
|
|
# Unity
|
2017-11-02 12:35:56 +03:00
|
|
|
Library/
|
|
|
|
Temp/
|
|
|
|
UWP/project.json
|
2017-07-13 02:11:56 +03:00
|
|
|
*.csproj
|
|
|
|
*.sln
|
2017-09-13 20:22:35 +03:00
|
|
|
RegisterIcalls.cpp
|
2017-12-13 22:53:01 +03:00
|
|
|
UnityPackageManager
|
2019-10-22 05:03:46 +03:00
|
|
|
/Logs
|
2017-07-20 18:27:25 +03:00
|
|
|
|
2017-08-25 21:06:01 +03:00
|
|
|
# Cake
|
2017-08-29 00:35:40 +03:00
|
|
|
CAKE_SCRIPT_TEMP*
|
2018-01-10 04:04:08 +03:00
|
|
|
android_ndk
|
2017-08-29 00:35:40 +03:00
|
|
|
|
2017-08-22 02:11:18 +03:00
|
|
|
# Android Studio
|
2017-08-22 02:13:03 +03:00
|
|
|
*/.idea/
|
2017-09-19 01:04:14 +03:00
|
|
|
|
|
|
|
# Android Manifest (not needed because it is regenerated at build time)
|
2017-10-30 15:59:10 +03:00
|
|
|
Assets/Plugins/Android/appcenter/AndroidManifest.xml*
|