From 3b7a4426685e74ea2f3c4db7095eaa87228e4cf0 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 1 Dec 2025 01:13:29 -0700 Subject: [PATCH] Add repo setup for 2025 --- .gitignore | 1 + .vscode/settings.json | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 .gitignore create mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ef324a1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.input \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..8a656e3 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,8 @@ +{ + "files.associations": { + "*.input": "txt" + }, + "material-icon-theme.files.associations": { + "*.input": "Database" + } +} \ No newline at end of file