From 3a35a93701bec570a6da710020da582ebdf24b47 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Mon, 9 Aug 2021 00:00:00 -0400 Subject: [PATCH] [dotfile removal] --- .devcontainer/devcontainer.json | 29 ---------------------- .gitignore | 5 ---- .markdownlint.json | 11 --------- .vscode/settings.json | 36 --------------------------- .vscode/tasks.json | 44 --------------------------------- 5 files changed, 125 deletions(-) delete mode 100644 .devcontainer/devcontainer.json delete mode 100644 .gitignore delete mode 100644 .markdownlint.json delete mode 100644 .vscode/settings.json delete mode 100644 .vscode/tasks.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json deleted file mode 100644 index 1f0adcc..0000000 --- a/.devcontainer/devcontainer.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Jekyll web development", - "image": "mcr.microsoft.com/vscode/devcontainers/ruby:2.7", - // Set any default VSCode settings here - "settings": { - "terminal.integrated.shell.linux": "/bin/bash" - }, - "forwardPorts": [ - 4000 - ], - // Any extensions you want can go here - "extensions": [ - "rebornix.Ruby", - "yzhang.markdown-all-in-one", - "fcrespo82.markdown-table-formatter", - "sissel.shopify-liquid", - "wscats.qf", - "aessoft.aessoft-class-autocomplete", - "zignd.html-css-class-completion", - "ecmel.vscode-html-css", - "jeffersonqin.latex-snippets-jeff", - "goessner.mdmath", - "sibiraj-s.vscode-scss-formatter", - "streetsidesoftware.code-spell-checker", - "osteele.jekyll", - "GitHub.vscode-pull-request-github" - ], - // "postCreateCommand": "bundle install", -} \ No newline at end of file diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 653df3d..0000000 --- a/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -_site/* -.kotlin-for-frc/* -.sass-cache/* -.jekyll-cache/* -node_modules \ No newline at end of file diff --git a/.markdownlint.json b/.markdownlint.json deleted file mode 100644 index 3dffba1..0000000 --- a/.markdownlint.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "MD033": false, - "MD013": false, - "MD007": false, - "MD012": false, - "MD009": false, - "MD022": false, - "MD036": false, - "MD026": false, - "MD025": false -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index e9f010f..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "cSpell.words": [ - "APRS", - "Baofeng", - "Bazel", - "Curseforge", - "DSLR", - "DTMF", - "Keybase", - "Litematica", - "Minecraft", - "Minecraft's", - "Optifine", - "Rclone", - "Rosenfeld", - "Socat", - "Soundpack", - "Starlark", - "buildscript", - "clicky", - "digipeater", - "keycaps", - "libc", - "manpages", - "microcontrollers", - "modpack", - "ortholinear", - "retrylife", - "shulker", - "singleplayer", - "thinkpad", - "videographers", - "voxel" - ], - "compile-hero.disable-compile-files-on-did-save-code": true -} \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index 4fc175e..0000000 --- a/.vscode/tasks.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format - "version": "2.0.0", - "tasks": [ - { - "type": "shell", - "label": "Start local server", - "command": "bundle exec jekyll serve -H 0.0.0.0 --drafts -P 4000 --future -l", - "group": { - "kind": "test", - "isDefault": true - }, - "presentation": { - "reveal": "always", - "panel": "new" - } - }, - { - "type": "shell", - "label": "Build website", - "command": "bundle exec jekyll build", - "group": { - "kind": "build", - "isDefault": true - }, - "presentation": { - "reveal": "always", - "panel": "new" - } - }, - { - "type": "shell", - "label": "Update dependencies", - "command": "bundle install", - "group": "build", - "presentation": { - "reveal": "always", - "panel": "new" - }, - "problemMatcher": [] - } - ] -} \ No newline at end of file