chore: update gitignore and dev cont
All checks were successful
Caddy Manager CI build / docker (push) Successful in 1m33s
All checks were successful
Caddy Manager CI build / docker (push) Successful in 1m33s
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
{
|
{
|
||||||
"name": "caddy-manager-devcon",
|
"name": "caddy-manager-devcon",
|
||||||
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
|
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
|
||||||
"image": "mcr.microsoft.com/devcontainers/dotnet:1-9.0",
|
"image": "mcr.microsoft.com/devcontainers/dotnet:9.0",
|
||||||
// Features to add to the dev container. More info: https://containers.dev/features.
|
// Features to add to the dev container. More info: https://containers.dev/features.
|
||||||
// "features": {},
|
// "features": {},
|
||||||
|
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,3 +5,4 @@ riderModule.iml
|
|||||||
/_ReSharper.Caches/
|
/_ReSharper.Caches/
|
||||||
.idea/
|
.idea/
|
||||||
*.sln.DotSettings.user
|
*.sln.DotSettings.user
|
||||||
|
.vscode/
|
||||||
Reference in New Issue
Block a user