This repository was archived by the owner on Apr 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitignore
39 lines (36 loc) · 1.45 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
######################################
# Visual Studio per-user settings data
######################################
*.suo
*.user
####################
# Build/Test folders
####################
**/bin/
**/obj/
**/TestResults/
**/Temp/
**/NuGet.exe
**/buildlogs/
**/*.userprefs
/sdk/src/obj
/sdk/src/bin
/packages
/sdk/packages
/sdk/test/CrossPlatformTests/AndroidApp/Assets/credentials.json
/sdk/test/CrossPlatformTests/CommonTests/Resources/settings.json
/sdk/.nuget
/Deployment
/generator/packages
/sdk/sample/TODOList/packages
/sdk/test/CrossPlatformTests/WindowsPhoneApp/AppPackages/*.appxupload
/sdk/test/CrossPlatformTests/WindowsPhoneApp/AppPackages/WindowsPhoneApp_1.0.0.0_x86_Test/*.appx
/sdk/test/CrossPlatformTests/WindowsPhoneApp/AppPackages/WindowsPhoneApp_1.0.0.0_x86_Test/*.appxsym
/sdk/xamarin-component/CognitoSync/*.xam
/sdk/test/CrossPlatformTests/WindowsApp/AppPackages/WindowsApp_1.0.0.0_ARM_Test
/sdk/test/CrossPlatformTests/WindowsApp/AppPackages/WindowsApp_1.0.0.0_x86_Test
/sdk/test/CrossPlatformTests/WindowsPhoneApp/AppPackages/WindowsPhoneApp_1.0.0.0_x86_Debug_Test
/sdk/test/CrossPlatformTests/WindowsPhoneApp/AppPackages/WindowsPhoneApp_1.0.0.0_x86_Test/Dependencies/ARM
/sdk/test/CrossPlatformTests/WindowsPhoneApp/AppPackages/WindowsPhoneApp_1.0.0.0_x86_Test/Dependencies/x86
/sdk/test/CrossPlatformTests/WindowsApp/AppPackages/WindowsApp_1.0.0.0_ARM.appxupload
/sdk/test/CrossPlatformTests/WindowsApp/AppPackages/WindowsApp_1.0.0.0_x86.appxupload