forked from dnnsoftware/Dnn.Platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
152 lines (127 loc) · 3.13 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
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
#################
## Visual Studio
#################
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# User-specific files
*.suo
*.user
*.sln.docstates
*.local.sln
*.sln.GhostDoc.xml
## Ignore VS2015/Roslyn artifacts
*.sln.ide/
.vs/
.vscode/
## Ignore Webstorm artifacts
*.idea/
# Build results
[Tt]ools/*
!tools/packages.config
[Rr]elease
*_i.c
*_p.c
*.ilk
*.meta
*.obj
*.pch
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.eml
*.vspscc
.builds
*.dotCover
*.ldf
Artifacts/
[Tt]emp
[Bb]uild/**/*.zip
# git merge artifacts
*.orig
*.gitmodules
## TODO: If you have NuGet Package Restore enabled, uncomment this
/[Pp]ackages/
# Visual Studio profiler
*.psess
*.vsp
# ReSharper is a .NET coding add-in
_ReSharper*
# Others
[Oo]bj
TestResults
*.Cache
ClientBin
stylecop.*
~$*
*.dbmdl
Generated_Code #added for RIA/Silverlight projects
# OS artifacts
Thumbs.db
Desktop.ini
# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
# Node
node_modules/
############
## DNN
############
# Ignore local settings
Build/**/*.local.*
*.local.*
# Ignore temporary artifacts
/[Tt]emp/
/[Ww]ebsite/
DNN_*.zip
!DNN [Pp]latform/[Cc]omponents
!DNN [Pp]latform/[Cc]ontrols
DNN [Pp]latform/[Cc]omponents/[Cc]lient[Dd]ependency/[Ss]ource/[Bb]in
DNN [Pp]latform/[Cc]ontrols/[Cc]ountry[Ll]ist[Bb]ox/[Bb]in/*
DNN [Pp]latform/*/[Bb]in
DNN [Pp]latform/Tests/*/[Bb]in/*
DNN [Pp]latform/Modules/*/[Bb]in/*
DNN [Pp]latform/Skins/*/[Bb]in/*
DNN [Pp]latform/Admin Modules/*/[Bb]in/*
DNN [Pp]latform/MVC Modules/*/[Bb]in/*
DNN [Pp]latform/[Pp]roviders/*/*/[Bb]in/*
DNN [Pp]latform/[Pp]roviders/*/*/*/[Bb]in/*
DNN [Pp]latform/Syndication/[Bb]in/*
DNN [Pp]latform/[Cc]onnectors/*/[Bb]in/*
DNN [Pp]latform/[Pp]roviders/*/[Bb]in/*
DNN [Pp]latform/Modules/ResourceManager/**/scripts/*-bundle.*
# ignore all other language resx files
*.de-DE.resx
*.es-ES.resx
*.fr-FR.resx
*.it-IT.resx
*.nl-NL.resx
# but do track translations in the Install folder
!DNN Platform/[Ww]ebsite/[Ii]nstall/[Aa]pp_[Ll]ocal[Rr]esources/*.de-DE.resx
!DNN Platform/[Ww]ebsite/[Ii]nstall/[Aa]pp_[Ll]ocal[Rr]esources/*.es-ES.resx
!DNN Platform/[Ww]ebsite/[Ii]nstall/[Aa]pp_[Ll]ocal[Rr]esources/*.fr-FR.resx
!DNN Platform/[Ww]ebsite/[Ii]nstall/[Aa]pp_[Ll]ocal[Rr]esources/*.it-IT.resx
!DNN Platform/[Ww]ebsite/[Ii]nstall/[Aa]pp_[Ll]ocal[Rr]esources/*.nl-NL.resx
# Add fips back
!DNN Platform/[Ww]ebsite/App_Data/FipsCompilanceAssemblies/Lucene.Net.dll
yarn-error.log
.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp.*
/Build/bin/
/.dotnet/
/Build/Tools/
/DotNetNuke.Internal.SourceGenerators/bin/
/DNN Platform/Tests/DotNetNuke.Tests.SourceGenerators/Snapshots/*.received.*
Dnn.AdminExperience/Dnn.PersonaBar.Extensions/admin/personaBar/Dnn.Pages/scripts/bundles/
Dnn.AdminExperience/Dnn.PersonaBar.Extensions/admin/personaBar/Dnn.Roles/scripts/bundles/