Compare commits
2 Commits
5d7c687a77
...
91550196fe
| Author | SHA1 | Date | |
|---|---|---|---|
| 91550196fe | |||
| e8eacde73e |
30
.gitignore
vendored
30
.gitignore
vendored
@@ -14,11 +14,11 @@ obj/
|
|||||||
.idea/
|
.idea/
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
# Packages and logs
|
# Packages and logs
|
||||||
*.log
|
*.log
|
||||||
TestResults/
|
TestResults/
|
||||||
local-nuget/
|
local-nuget/
|
||||||
local-nugets/packages/
|
local-nugets/packages/
|
||||||
|
|
||||||
.dotnet
|
.dotnet
|
||||||
.DS_Store
|
.DS_Store
|
||||||
@@ -31,11 +31,15 @@ seed-data/cert-bund/**/*.sha256
|
|||||||
out/offline-kit/web/**/*
|
out/offline-kit/web/**/*
|
||||||
**/node_modules/**/*
|
**/node_modules/**/*
|
||||||
**/.angular/**/*
|
**/.angular/**/*
|
||||||
**/.cache/**/*
|
**/.cache/**/*
|
||||||
**/dist/**/*
|
**/dist/**/*
|
||||||
tmp/**/*
|
tmp/**/*
|
||||||
build/
|
build/
|
||||||
/out/cli/**
|
/out/cli/**
|
||||||
/src/Sdk/StellaOps.Sdk.Release/out/**
|
/src/Sdk/StellaOps.Sdk.Release/out/**
|
||||||
/src/Sdk/StellaOps.Sdk.Generator/out/**
|
/src/Sdk/StellaOps.Sdk.Generator/out/**
|
||||||
/out/scanner-analyzers/**
|
/out/scanner-analyzers/**
|
||||||
|
.nuget/
|
||||||
|
local-nugets/
|
||||||
|
local-nuget/
|
||||||
|
src/Sdk/StellaOps.Sdk.Generator/tools/jdk-21.0.1+12
|
||||||
|
|||||||
Reference in New Issue
Block a user