From 74790e443fd588681457155d73bbc71b275dec07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Dante=20Ursini?= Date: Tue, 10 Mar 2026 20:47:30 -0300 Subject: [PATCH] Cleanup --- .gitignore | 2 ++ .vscode/settings.json | 36 ++++++++++++++++++++++++++++++++++++ actions/nginx/action.yaml | 10 ---------- 3 files changed, 38 insertions(+), 10 deletions(-) create mode 100644 .gitignore create mode 100644 .vscode/settings.json delete mode 100644 actions/nginx/action.yaml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5ca0973 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.DS_Store + diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..2c4d95c --- /dev/null +++ b/.vscode/settings.json @@ -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" + } +} diff --git a/actions/nginx/action.yaml b/actions/nginx/action.yaml deleted file mode 100644 index b6bb944..0000000 --- a/actions/nginx/action.yaml +++ /dev/null @@ -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 "