xbox-live-samples/.gitignore

112 строки
1.2 KiB
Plaintext
Исходник Постоянная ссылка Обычный вид История

2016-11-23 23:17:22 +03:00
.gitconfig
.git-credentials
.gitk
.config/git/gitk
**/.vs/
2019-04-13 05:29:37 +03:00
# Mobile
2016-11-23 23:17:22 +03:00
2019-04-13 05:29:37 +03:00
MobileSDK/XboxLiveSDK/*
!MobileSDK/XboxLiveSDK/README.md
# iOS
2016-11-23 23:17:22 +03:00
# Mac
.DS_Store
._*
2016-11-23 23:17:22 +03:00
2019-04-13 05:29:37 +03:00
# Android Studio
.gradle
.idea
# Xcode
xcuserdata
2016-11-23 23:17:22 +03:00
# VS temp files
2019-04-13 05:29:37 +03:00
2016-11-23 23:17:22 +03:00
**/*.sln.ide/
**/*.opensdf
**/*.sdf
**/*.suo
**/*.opendb
**/*.VC.db
**/*.user
**/ipch/
**/Generated Files/
**/AppPackages/*
**/*.orig
**/pingme.txt
**/*.cache
**/dlldata.c
**/*_i.c
**/*_p.c
**/*.metaproj
**/*.metaproj.tmp
**/*.opendb
**/*.coveragexml
**/Durango/
**/XboxOne.x64/
2019-04-13 05:29:37 +03:00
**/bin/
**/Debug/
**/Release/
**/Profile/
**/Lib/
!CreatorsSDK/Social/UWP/JS/Social/lib
**/.workspace/
2016-11-23 23:17:22 +03:00
Source/**/bin/
Source/**/gen/
Source/**/Debug/
Source/**/Release/
Archive/**/Debug/
Archive/**/Release/
Archive/**/Durango/
Archive/**/Lib/
Archive/**/*.winmd
Build/**/Debug/
Build/**/Release/
External/**/lib/
External/**/bin/
External/**/Debug/
External/**/Release/
tests/**/bin/
tests/**/Debug/
tests/**/Release/
Tools/**/bin/
Tools/**/obj/
**/*.classpath
**/local.properties
**/.workspace/
#Doxygen temp files
2019-04-13 05:29:37 +03:00
2016-11-23 23:17:22 +03:00
Docs/xblsdk_cpp/
Docs/xblsdk_winrt/
Docs/External/
Docs/xim_cpp/
# Unit Test
2019-04-13 05:29:37 +03:00
2016-11-23 23:17:22 +03:00
FakesAssemblies/
TestResults/
# Build objects
Obj/
Binaries/
Win32/
2019-04-13 05:29:37 +03:00
x86/
2016-11-23 23:17:22 +03:00
Debug/
Release/
ARM/
# Allow files in our /Build folder
2019-04-13 05:29:37 +03:00
2016-11-23 23:17:22 +03:00
!/Build
!/Casablanca
!TAEF/**
**/.vs/