From 9ee62e83e39f66011abaf827cc58afed36392840 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Mon, 30 Mar 2026 16:03:04 +0100 Subject: [PATCH] feat: rust devcontainer branch --- .gitignore | 14 -------------- LICENSE | 18 ------------------ README.md | 3 --- rust/devcontainer.json => devcontainer.json | 0 svelte/devcontainer.json | 18 ------------------ 5 files changed, 53 deletions(-) delete mode 100644 .gitignore delete mode 100644 LICENSE delete mode 100644 README.md rename rust/devcontainer.json => devcontainer.json (100%) delete mode 100644 svelte/devcontainer.json diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 8c2b884..0000000 --- a/.gitignore +++ /dev/null @@ -1,14 +0,0 @@ -# ---> VisualStudioCode -.vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json -!.vscode/*.code-snippets - -# Local History for Visual Studio Code -.history/ - -# Built Visual Studio Code Extensions -*.vsix - diff --git a/LICENSE b/LICENSE deleted file mode 100644 index e863fac..0000000 --- a/LICENSE +++ /dev/null @@ -1,18 +0,0 @@ -MIT License - -Copyright (c) 2025 luke-else - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and -associated documentation files (the "Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the -following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial -portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT -LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO -EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE -USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md deleted file mode 100644 index 3dddeda..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# .devcontainers - -Repo containing devcontainer configs \ No newline at end of file diff --git a/rust/devcontainer.json b/devcontainer.json similarity index 100% rename from rust/devcontainer.json rename to devcontainer.json diff --git a/svelte/devcontainer.json b/svelte/devcontainer.json deleted file mode 100644 index efebbfa..0000000 --- a/svelte/devcontainer.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "Svelte", - "image": "git.luke-else.co.uk/luke-else/nodejs-dev:latest", - "remoteUser": "dev", - "customizations": { - "vscode": { - "settings": { - "editor.formatOnSave": true - }, - "extensions": [ - "ms-azuretools.vscode-docker", - "ms-vscode-remote.remote-containers", - "svelte.svelte-vscode" - ] - } - }, - "postCreateCommand": "pnpm install" -} \ No newline at end of file