This commit is contained in:
2026-03-10 20:47:30 -03:00
parent a066f51261
commit 74790e443f
3 changed files with 38 additions and 10 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
.DS_Store

36
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,36 @@
{
"workbench.colorTheme": "Default Dark+",
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#609926",
"titleBar.activeForeground": "#ffffff",
"titleBar.inactiveBackground": "#4f7f1f",
"titleBar.inactiveForeground": "#e6edf3",
"activityBar.background": "#161b22",
"activityBar.foreground": "#e6edf3",
"activityBarBadge.background": "#609926",
"activityBarBadge.foreground": "#ffffff",
"sideBar.background": "#1f2328",
"sideBar.foreground": "#e6edf3",
"editor.background": "#0d1117",
"editor.foreground": "#c9d1d9",
"statusBar.background": "#1f2328",
"statusBar.foreground": "#e6edf3",
"tab.activeBackground": "#0d1117",
"tab.activeForeground": "#e6edf3",
"tab.border": "#609926",
"button.background": "#609926",
"button.foreground": "#ffffff",
"button.hoverBackground": "#4f7f1f",
"focusBorder": "#609926",
"list.activeSelectionBackground": "#2f363d",
"list.hoverBackground": "#2a2f36"
}
}

View File

@@ -1,10 +0,0 @@
name: NextJS nginx config
runs:
using: "composite"
steps:
- name: 📥 Do First
run: |
echo "Steps :first do do "
- name: 📥 Do second
run: |
echo "Steps :second do do "