Cleanup
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
.DS_Store
|
||||
|
||||
36
.vscode/settings.json
vendored
Normal file
36
.vscode/settings.json
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
@@ -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 "
|
||||
Reference in New Issue
Block a user