diff options
| -rw-r--r-- | .github/workflows/validate.yml | 3 | ||||
| -rw-r--r-- | .gitignore | 17 |
2 files changed, 1 insertions, 19 deletions
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 3d42ad958..e0a8b6a8f 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -38,8 +38,7 @@ jobs: uses: jidicula/[email protected] with: clang-format-version: '13' - check-path: '.' - exclude-regex: (.*thirdparty.*) + check-path: 'src' windows-build: needs: cancel-old-build diff --git a/.gitignore b/.gitignore index 7fe7d21b6..cbe3a46e7 100644 --- a/.gitignore +++ b/.gitignore @@ -162,23 +162,6 @@ AutoTest.Net/ -# NuGet Packages -*.nupkg -# The packages folder can be ignored because of Package Restore -**/[Pp]ackages/* -# except build/, which is used as an MSBuild target. -!**/[Pp]ackages/build/ -# Uncomment if necessary however generally it will be regenerated when needed -#!**/[Pp]ackages/repositories.config -# NuGet v3's project.json files produces more ignorable files -*.nuget.props -*.nuget.targets - -# Microsoft Azure Build Output -csx/ -*.build.csdef - - # Windows Store app package directories and files AppPackages/ BundleArtifacts/ |