Skip to content

Commit 6ea8db1

Browse files
authored
Refactor and add identity server to application (#14)
1 parent 0387501 commit 6ea8db1

File tree

268 files changed

+50857
-7964
lines changed

Some content is hidden

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

268 files changed

+50857
-7964
lines changed

.gitattributes

Lines changed: 1 addition & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,2 @@
1-
###############################################################################
2-
# Set default behavior to automatically normalize line endings.
3-
###############################################################################
41
* text=auto
5-
# *.cs linguist-language=rust
6-
# *.rs linguist-language=C#
7-
# *.razor linguist-language=rust
8-
*.html linguist-language=rust
9-
*.css linguist-language=rust
10-
*.scss linguist-language=rust
11-
###############################################################################
12-
# Set default behavior for command prompt diff.
13-
#
14-
# This is need for earlier builds of msysgit that does not have it on by
15-
# default for csharp files.
16-
# Note: This is only used by command line
17-
###############################################################################
18-
#*.cs diff=csharp
19-
20-
###############################################################################
21-
# Set the merge driver for project and solution files
22-
#
23-
# Merging from the command prompt will add diff markers to the files if there
24-
# are conflicts (Merging from VS is not affected by the settings below, in VS
25-
# the diff markers are never inserted). Diff markers may cause the following
26-
# file extensions to fail to load in VS. An alternative would be to treat
27-
# these files as binary and thus will always conflict and require user
28-
# intervention with every merge. To do so, just uncomment the entries below
29-
###############################################################################
30-
#*.sln merge=binary
31-
#*.csproj merge=binary
32-
#*.vbproj merge=binary
33-
#*.vcxproj merge=binary
34-
#*.vcproj merge=binary
35-
#*.dbproj merge=binary
36-
#*.fsproj merge=binary
37-
#*.lsproj merge=binary
38-
#*.wixproj merge=binary
39-
#*.modelproj merge=binary
40-
#*.sqlproj merge=binary
41-
#*.wwaproj merge=binary
42-
43-
###############################################################################
44-
# behavior for image files
45-
#
46-
# image files are treated as binary by default.
47-
###############################################################################
48-
#*.jpg binary
49-
#*.png binary
50-
#*.gif binary
51-
52-
###############################################################################
53-
# diff behavior for common document formats
54-
#
55-
# Convert binary document formats to text before diffing them. This feature
56-
# is only available from the command line. Turn it on by uncommenting the
57-
# entries below.
58-
###############################################################################
59-
#*.doc diff=astextplain
60-
#*.DOC diff=astextplain
61-
#*.docx diff=astextplain
62-
#*.DOCX diff=astextplain
63-
#*.dot diff=astextplain
64-
#*.DOT diff=astextplain
65-
#*.pdf diff=astextplain
66-
#*.PDF diff=astextplain
67-
#*.rtf diff=astextplain
68-
#*.RTF diff=astextplain
2+
*.razor linguist-language=C#

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,3 +353,4 @@ MigrationBackup/
353353
.devcontainer/certs
354354
.logs
355355
out/
356+
.idea

0 commit comments

Comments
 (0)