forked from vladimir-kotikov/cordova-plugin-ms-intune-mam
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
109 lines (96 loc) · 2.34 KB
/
.gitattributes
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
#
# For all undefined file extensions, let git determine if it is text
#
* text=auto
#
# Source code files with differs
#
*.cs text diff=csharp
*.c text diff=cpp
*.cpp text diff=cpp
*.h text diff=cpp
*.htm text diff=html
*.html text diff=html
*.java text diff=java
*.m text diff=objc
*.pl text diff=perl
*.xhtml text diff=html
#
# Windows-only source code files
#
*.bat text eol=crlf
*.cmd text eol=crlf
*.vb text eol=crlf
*.vbs text eol=crlf
*.ps1 text eol=crlf
*.wsf text eol=crlf
#
# Windows-only text files
#
*.csv text eol=crlf
#
# Windows-only build definition files
#
*.sln text eol=crlf
*.csproj text eol=crlf
*.dbproj text eol=crlf
*.fsproj text eol=crlf
*.proj text eol=crlf
*.vbproj text eol=crlf
*.vcxproj text eol=crlf
*.vcxproj.filters text eol=crlf
*.msbuild text eol=crlf
*.props text eol=crlf
*.targets text eol=crlf
#
# Cross-platform source code files
#
*.css text
*.js text
*.json text
*.pch text
*.sql text
*.xaml text
#
# Cross-platform text files
#
*.txt text
README text
#
# OSX source code files
#
*.xcworkspacedata text
*.pbxproj text
*.plist text
*.xcscheme text
*.strings text
*.entitlements text
*.xcconfig text
*.xib text
*.storyboard text
#
# Unix source code files
#
*.sh text eol=lf
#
# Raster images
#
*.bmp binary
*.gif binary
*.jpg binary
*.jpeg binary
*.png binary
*.psd binary
*.tif binary
*.tiff binary
# Checked in secrets
*.cer binary
*.qencr binary
*.dat binary
#
# MAM SDK binaries
#
Info.plist binary
AppRestrictions.strings binary
*.a binary
*.nib binary