forked from OrchardCMS/OrchardCore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4,414 changed files
with
155,112 additions
and
157,583 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,6 @@ | ||
# ignore all | ||
** | ||
|
||
# Except src for building | ||
!./src/* | ||
!Directory.Build.props | ||
|
||
# TODO : Remove this line when Docker Buildkit works in Windows | ||
!/.build/release/* | ||
|
||
# Ignore any App_Data folder | ||
**/App_Data/ | ||
|
||
# Ignore all prebuild | ||
# Ignore all built assets | ||
**/[b|B]in/ | ||
**/[O|o]bj/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# .git-blame-ignore-revs | ||
|
||
# Define formatting rules (#16567) | ||
657342d05a221dfaba1fdf46813c0161dd12d4ec | ||
|
||
# Convert to file-scope namespaces (#16539) | ||
05730cfeb221680240feb3d9edca563bc388a1ef |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
* text=auto | ||
|
||
**/wwwroot/Scripts/* linguist-vendored | ||
|
||
# Keep LF line endings in webroot assets files. Otherwise, building them under Windows would change the line endings to CLRF and cause changes without actually editing the source files. | ||
**/wwwroot/**/*.js text eol=lf | ||
**/wwwroot/**/*.css text eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,21 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "nuget" # See documentation for possible values | ||
directory: "/" # Location of package manifests | ||
# Dependabot can handle at most 150 "manifests", so for NuGet, csprojs referencing packages (see docs: | ||
# https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph#are-there-limits-which-affect-the-dependency-graph-data). | ||
# Thus, it would fail for the whole solution. | ||
# Grouping updates per directories or otherwise trying to have smaller batches is unnecessary, because due to | ||
# centralized package management, Dependabot will find all dependencies from any project. So, just processing the | ||
# OrchardCore project. | ||
- package-ecosystem: "nuget" | ||
directory: "/src/OrchardCore/OrchardCore" | ||
schedule: | ||
interval: "weekly" | ||
groups: | ||
# Grouped version updates configuration | ||
all-dependencies: | ||
patterns: | ||
- "*" | ||
ignore: | ||
# We'll update GraphQL for v3 because it's breaking, see https://github.com/OrchardCMS/OrchardCore/issues/16826. | ||
- dependency-name: "GraphQL*" | ||
# See the corresponding comment in Directory.Packages.props. | ||
- dependency-name: "System.Drawing.Common" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.