Skip to content

Commit e769471

Browse files
Publish snapshot from EcbFxReference @ 76d13abf715c4ef5b084b49b924923a952f82e13
0 parents  commit e769471

81 files changed

Lines changed: 43326 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
###############################################################################
2+
# Set default behavior to automatically normalize line endings.
3+
###############################################################################
4+
* text=auto
5+
6+
###############################################################################
7+
# GitHub Linguist tuning (Languages stats)
8+
# Objectif réduir le bruit SSIS/SSDT.
9+
###############################################################################
10+
11+
# --- Exclure dossiers générés (ne doivent jamais compter dans les stats)
12+
**/bin/** linguist-vendored
13+
**/obj/** linguist-vendored
14+
**/.vs/** linguist-vendored
15+
# --- Exclure sorties analytiques / artefacts générés (EDA)
16+
src/ExchangeRate.EDA/output/** linguist-generated=true
17+
src/ExchangeRate.EDA/reports/** linguist-generated=true
18+
# --- SSIS / SSDT : fichiers XML très lourds (utile au versioning, mais bruit pour les stats)
19+
**/*.dtsx linguist-generated=true
20+
**/*.dtproj linguist-generated=true
21+
**/*.ispac linguist-generated=true
22+
**/*.sqlproj linguist-generated=true
23+
**/*.publish.xml linguist-generated=true
24+
# --- Forcer la détection des scripts SQL en TSQL
25+
**/*.sql linguist-language=TSQL
26+
# --- (Optionnel) Si tu as des fichiers "samples" qui ne doivent pas peser dans les stats
27+
data-samples/** linguist-documentation
28+
docs/images/** linguist-documentation
29+
30+
###############################################################################
31+
# Set default behavior for command prompt diff.
32+
#
33+
# This is need for earlier builds of msysgit that does not have it on by
34+
# default for csharp files.
35+
# Note: This is only used by command line
36+
###############################################################################
37+
#*.cs diff=csharp
38+
39+
###############################################################################
40+
# Set the merge driver for project and solution files
41+
#
42+
# Merging from the command prompt will add diff markers to the files if there
43+
# are conflicts (Merging from VS is not affected by the settings below, in VS
44+
# the diff markers are never inserted). Diff markers may cause the following
45+
# file extensions to fail to load in VS. An alternative would be to treat
46+
# these files as binary and thus will always conflict and require user
47+
# intervention with every merge. To do so, just uncomment the entries below
48+
###############################################################################
49+
#*.sln merge=binary
50+
#*.csproj merge=binary
51+
#*.vbproj merge=binary
52+
#*.vcxproj merge=binary
53+
#*.vcproj merge=binary
54+
#*.dbproj merge=binary
55+
#*.fsproj merge=binary
56+
#*.lsproj merge=binary
57+
#*.wixproj merge=binary
58+
#*.modelproj merge=binary
59+
#*.sqlproj merge=binary
60+
#*.wwaproj merge=binary
61+
62+
###############################################################################
63+
# behavior for image files
64+
#
65+
# image files are treated as binary by default.
66+
###############################################################################
67+
#*.jpg binary
68+
#*.png binary
69+
#*.gif binary
70+
71+
###############################################################################
72+
# diff behavior for common document formats
73+
#
74+
# Convert binary document formats to text before diffing them. This feature
75+
# is only available from the command line. Turn it on by uncommenting the
76+
# entries below.
77+
###############################################################################
78+
#*.doc diff=astextplain
79+
#*.DOC diff=astextplain
80+
#*.docx diff=astextplain
81+
#*.DOCX diff=astextplain
82+
#*.dot diff=astextplain
83+
#*.DOT diff=astextplain
84+
#*.pdf diff=astextplain
85+
#*.PDF diff=astextplain
86+
#*.rtf diff=astextplain
87+
#*.RTF diff=astextplain

0 commit comments

Comments
 (0)